feat: add update and start script for dummies
This commit is contained in:
parent
b19fda66a2
commit
abfa400db2
9
UPDATE AND START SERVER.bat
Normal file
9
UPDATE AND START SERVER.bat
Normal 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
|
Loading…
x
Reference in New Issue
Block a user