diff options
author | 2021-02-03 11:55:03 -0800 | |
---|---|---|
committer | 2021-02-04 16:19:46 -0800 | |
commit | dcb902d2bbb537817cfe82bf1b8d506f5003b170 (patch) | |
tree | 8512b2f19bc5125f8c0058a3fd5f6787c51da2fd | |
parent | Replace 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-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |