Web Interface Now Rebuilds Every Production Launch

This commit is contained in:
2025-11-02 01:15:43 -06:00
parent dd7dce1947
commit 28de4ef594
2 changed files with 15 additions and 35 deletions

View File

@@ -95,7 +95,6 @@ def _resolve_static_folder() -> str:
ENGINE_DIR.parent / "Engine" / "web-interface",
ENGINE_DIR.parent / "web-interface",
ENGINE_DIR / "web-interface",
PROJECT_ROOT / "Data" / "Server" / "web-interface",
]
resolved_roots: List[Path] = []