mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-26 22:01:59 -06:00
Stage Engine web UI from legacy assets
This commit is contained in:
3
Data/Engine/web-interface/.gitignore
vendored
Normal file
3
Data/Engine/web-interface/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
*
|
||||
!.gitignore
|
||||
!README.md
|
||||
10
Data/Engine/web-interface/README.md
Normal file
10
Data/Engine/web-interface/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user