Skip to content

Commit

Permalink
fix: use serve instead of app in task sequence (#279)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Palstermans <[email protected]>
  • Loading branch information
sipalstermans and spalster authored Feb 19, 2025
1 parent 1787d31 commit 4fce603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ package = true
[tool.poe.tasks.serve]
help = "Serve the app"

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

Expand Down

0 comments on commit 4fce603

Please sign in to comment.