aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2021-02-03 11:55:03 -0800
committerGravatar MarkKoz <[email protected]>2021-02-04 16:19:46 -0800
commitdcb902d2bbb537817cfe82bf1b8d506f5003b170 (patch)
tree8512b2f19bc5125f8c0058a3fd5f6787c51da2fd
parentReplace dev.sh with Docker Compose (diff)
Rename "snekbox" script to "webserver" in Pipfile
The new name better conveys what the script does.
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 41bb811..c7a57fd 100644
--- a/Pipfile
+++ b/Pipfile
@@ -31,7 +31,7 @@ python_version = "3.9"
[scripts]
eval = "python -m snekbox"
-snekbox = "gunicorn -c config/gunicorn.conf.py snekbox.api.app"
+webserver = "gunicorn -c config/gunicorn.conf.py snekbox.api.app"
# Linting
lint = "pre-commit run --all-files"