Split client into frontend website and server

This commit is contained in:
Pax1601
2024-02-08 22:04:23 +01:00
parent 55f3bd5adb
commit 5ca6c97cbe
792 changed files with 149898 additions and 13872 deletions

View File

@@ -24,7 +24,7 @@ REM copy the backend dll
echo F|xcopy /Y /I .\build\backend\bin\*.dll .\package\mod\bin
REM copy the client
echo D|xcopy /Y /S /E .\build\client .\package\client
echo D|xcopy /Y /S /E .\build\frontend .\package\frontend
REM copy the manager
echo D|xcopy /Y /S /E .\build\manager .\package\manager