SpaceNinjaServer/UPDATE AND START SERVER.bat

10 lines
129 B
Batchfile
Raw Normal View History

git pull
if exist static\data\0\ (
cd static\data\0\
git pull
cd ..\..\..\
)
2025-01-19 17:31:38 +01:00
call npm i
call npm run build
call npm run start