1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-21 18:21:36 +02:00
server/start.bat
2021-08-15 00:10:54 +02:00

4 lines
47 B
Batchfile

cd bundle
CALL npm install
CALL npm start
PAUSE