Move CLI entry point to main module even though it runs the FastAPI app from a submodule.
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ dev = [
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
paskia = "paskia.fastapi.__main__:main"
|
||||
paskia = "paskia.__main__:main"
|
||||
|
||||
[tool.hatch.build]
|
||||
artifacts = ["paskia/frontend-build"]
|
||||
|
||||
Reference in New Issue
Block a user