feat: add update and start script for dummies

This commit is contained in:
Sainan 2025-01-19 17:28:18 +01:00
parent b19fda66a2
commit abfa400db2

View File

@ -0,0 +1,9 @@
git pull
call npm i
if exist static\data\0\ (
cd static\data\0\
git pull
cd ..\..\..\
)
call npm run build
call npm run start