build(pyproject.toml): add flask start script

This commit is contained in:
2025-06-15 22:40:51 +02:00
parent 368769e1a7
commit 04d4e97f62

View File

@@ -10,6 +10,8 @@ requires-python = ">=3.13"
readme = "README.md"
license = {text = "GPL-3.0"}
[tool.pdm.scripts]
start = "flask --app judas_server/web/web_server.py run"
[tool.pdm]
distribution = false