Fix frontend-build location. Cleanup.

This commit is contained in:
2026-01-25 03:26:22 +00:00
parent 6e649f1f07
commit fbc6108b7a
2 changed files with 1 additions and 56 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ from paskia.util import hostutil, passphrase, vitedev
# Vue Frontend static files
frontend = Frontend(
Path(__file__).with_name("frontend-build"),
Path(__file__).parent.parent / "frontend-build",
cached=["/auth/assets/"],
)