Removed Experimental Engine

This commit is contained in:
2025-10-25 23:37:02 -06:00
parent 05b72f17a6
commit e16746d407
117 changed files with 0 additions and 16887 deletions

View File

@@ -1,3 +0,0 @@
*
!.gitignore
!README.md

View File

@@ -1,10 +0,0 @@
# 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.