Skip to content

Commit 4fce603

Browse files
fix: use serve instead of app in task sequence (superlinear-ai#279)
Co-authored-by: Simon Palstermans <simon.palstermans@hotmail.be>
1 parent 1787d31 commit 4fce603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/pyproject.toml.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ package = true
199199
[tool.poe.tasks.serve]
200200
help = "Serve the app"
201201

202-
[[tool.poe.tasks.app.sequence]]
202+
[[tool.poe.tasks.serve.sequence]]
203203
cmd = "echo 'Serving app (placeholder)...'"
204204
{%- endif %}
205205

0 commit comments

Comments
 (0)