use server.cs CreateServer() as the entry point for mission loading

This commit is contained in:
Brian Beck 2025-12-02 18:50:06 -08:00
parent 10b4a65a87
commit d0ab58c5ab
14 changed files with 2126 additions and 374 deletions

View file

@ -31,6 +31,7 @@
"lodash.orderby": "^4.6.0",
"match-sorter": "^8.2.0",
"next": "^15.5.2",
"picomatch": "^4.0.3",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-error-boundary": "^6.0.0",
@ -41,6 +42,7 @@
"@types/express": "^5.0.5",
"@types/lodash.orderby": "^4.6.9",
"@types/node": "24.3.1",
"@types/picomatch": "^4.0.2",
"@types/react": "^19.2.4",
"@types/three": "^0.180.0",
"@types/unzipper": "^0.10.11",