mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-27 00:01:58 -06:00
Fix Engine static asset resolution
This commit is contained in:
@@ -112,6 +112,9 @@ def _resolve_static_root(project_root: Path) -> Path:
|
||||
return Path(candidate).expanduser().resolve()
|
||||
|
||||
candidates = (
|
||||
project_root / "Engine" / "web-interface" / "build",
|
||||
project_root / "Engine" / "web-interface" / "dist",
|
||||
project_root / "Data" / "Engine" / "WebUI" / "build",
|
||||
project_root / "Data" / "Server" / "web-interface" / "build",
|
||||
project_root / "Data" / "Server" / "WebUI" / "build",
|
||||
project_root / "Data" / "WebUI" / "build",
|
||||
|
||||
Reference in New Issue
Block a user