build(pyproject.toml): rename start script to web
This commit is contained in:
@@ -11,7 +11,7 @@ readme = "README.md"
|
|||||||
license = {text = "GPL-3.0"}
|
license = {text = "GPL-3.0"}
|
||||||
|
|
||||||
[tool.pdm.scripts]
|
[tool.pdm.scripts]
|
||||||
start = "flask --app judas_server/web/web_server.py run"
|
web = "flask --app judas_server/web/web_server.py run"
|
||||||
|
|
||||||
[tool.pdm]
|
[tool.pdm]
|
||||||
distribution = false
|
distribution = false
|
||||||
|
|||||||
Reference in New Issue
Block a user