summary refs log tree commit diff
path: root/start.bat
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 00:10:54 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 00:10:54 +0200
commit6cee68c1e3d5c8e08b8b65ddf6da97c378ec923c (patch)
tree27089442faa8a4613da5262d28be4c9a5ef56d63 /start.bat
parent:art: clean up server bundle (diff)
downloadserver-6cee68c1e3d5c8e08b8b65ddf6da97c378ec923c.tar.xz
:sparkles: start.bat and start.sh script
Diffstat (limited to 'start.bat')
-rw-r--r--start.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/start.bat b/start.bat
new file mode 100644
index 00000000..cc12c6a6
--- /dev/null
+++ b/start.bat
@@ -0,0 +1,4 @@
+cd bundle
+CALL npm install
+CALL npm start
+PAUSE
\ No newline at end of file