[feat] new start shell

This commit is contained in:
kwaroran
2023-05-28 01:46:51 +09:00
parent 9d7b271c87
commit e37c821c7a
2 changed files with 6 additions and 0 deletions

3
server.bat Normal file
View File

@@ -0,0 +1,3 @@
npm install
npm run build
npm run runserver

3
server.sh Normal file
View File

@@ -0,0 +1,3 @@
npm install
npm run build
npm run runserver