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