Stage Engine web UI from legacy assets

This commit is contained in:
2025-10-25 05:11:43 -06:00
parent fa0de57f61
commit 4bac45afe5
8 changed files with 158 additions and 21 deletions

View File

@@ -0,0 +1,10 @@
# Engine Web Interface Staging
The Engine server reuses the existing Vite single-page application that still lives under
`Data/Server/WebUI`. At runtime the launch scripts copy those assets into this directory so the
Engine can stage its own copy without disturbing the legacy server.
The repository intentionally ignores the staged files to avoid duplicating tens of thousands of
lines (and large binary assets) in source control. If you need to refresh the Engine copy, run one
of the launch scripts (`Borealis.ps1` or `Borealis.sh`) or copy the assets manually from
`Data/Server/WebUI` into this folder.