Stage Engine web interface assets at runtime

This commit is contained in:
2025-10-26 03:37:05 -06:00
parent 021ba436f7
commit 1fe349af85
2 changed files with 64 additions and 2 deletions

View File

@@ -65,8 +65,9 @@ def _ensure_parent(path: Path) -> None:
def _resolve_static_folder() -> str:
candidate_roots = [
ENGINE_DIR.parent / "Engine" / "web-interface",
PROJECT_ROOT / "Engine" / "web-interface",
ENGINE_DIR / "web-interface",
PROJECT_ROOT / "Data" / "Server" / "web-interface",
]
candidates = []