mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-26 20:01:57 -06:00
Stage Engine web interface assets at runtime
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user