Prepare for forward-auth; edit buttons and functions conditional on server 401, login button if needed.

This commit is contained in:
2026-08-17 03:58:59 +00:00
parent 7db08ea821
commit dcd1e5afc9
6 changed files with 106 additions and 43 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
#!/usr/bin/env -S uv run
# auto-upgrade@fastapi-vue-setup - remove this if you modify this file
"""Run Vite development server for Vue app and FastAPI backend with auto-reload."""
import argparse
@@ -22,7 +21,7 @@ from devutil import (
DEFAULT_VITE_PORT = 3100
DEFAULT_DEV_PORT = 3200
HEALTH = "/_api/health?from=devserver.py"
HEALTH = "/?from=devserver.py"
async def run_devserver(