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

@@ -5,8 +5,9 @@ cd backend
msbuild olympus.sln /t:Build /p:Configuration=Release
cd ..
cd client
rmdir /s /q hgt
cd frontend
cd website
call npm install
call npm run emit-declarations
call npm run build-release
@@ -23,6 +24,14 @@ cd ..\..
cd ..
cd server
rmdir /s /q hgt
call npm install
call npm run build-release
cd ..
cd ..
cd manager
call npm run build-release
cd ..