Update start.bat and start.sh

This commit is contained in:
Wizzard 2025-02-06 11:27:51 -05:00
parent 59570259d6
commit 259ed424dd
2 changed files with 6 additions and 0 deletions

3
start.bat Normal file
View File

@ -0,0 +1,3 @@
git pull
npm install
node index.js

3
start.sh Normal file
View File

@ -0,0 +1,3 @@
git pull
npm install
node index.js