Skip to content

Commit 65a5f13

Browse files
feat: add startup script
1 parent 70bddb2 commit 65a5f13

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pyproject.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,14 @@ dependencies = [
88
"flask>=3.1.1",
99
]
1010
[tool.poe.tasks]
11-
start = "flask --app app run --host 0.0.0.0 --port 8000"
11+
start = "flask --app app.py run --host 0.0.0.0 --port 8000"
12+
test = "pytest"
13+
14+
15+
[tool.poe.env]
16+
FLASK_ENV = "development"
17+
18+
19+
[project.optional-dependencies]
20+
dev = ["poethepoet>=0.25.0"]
21+

0 commit comments

Comments
 (0)