Move CLI entry point to main module even though it runs the FastAPI app from a submodule.

This commit is contained in:
2026-02-13 16:26:05 +00:00
parent ef7a6c8011
commit 423abb0d1b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ dev = [
]
[project.scripts]
paskia = "paskia.fastapi.__main__:main"
paskia = "paskia.__main__:main"
[tool.hatch.build]
artifacts = ["paskia/frontend-build"]