Update fastapi-vue-setup 1.3.1 to avoid ruff errors. Fixed devserver script on platforms where Sanic needs AppServer.

This commit is contained in:
2026-05-02 05:03:43 +00:00
parent 922069c603
commit 2dea459d8f
8 changed files with 279 additions and 150 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ source = "vcs"
[tool.hatch.build]
artifacts = ["cista/frontend-build", "cista/docker"]
targets.sdist.hooks.custom.path = "scripts/fastapi-vue/build-frontend.py"
targets.sdist.hooks.custom.path = "scripts/fastapi-vue/buildhook.py"
targets.sdist.include = [
"/cista",
]