diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-15 00:10:54 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-15 00:10:54 +0200 |
commit | 6cee68c1e3d5c8e08b8b65ddf6da97c378ec923c (patch) | |
tree | 27089442faa8a4613da5262d28be4c9a5ef56d63 /start.sh | |
parent | :art: clean up server bundle (diff) | |
download | server-6cee68c1e3d5c8e08b8b65ddf6da97c378ec923c.tar.xz |
:sparkles: start.bat and start.sh script
Diffstat (limited to '')
-rw-r--r-- | start.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/start.sh b/start.sh new file mode 100644 index 00000000..84735957 --- /dev/null +++ b/start.sh @@ -0,0 +1,4 @@ +cd bundle +npm install +npm start +read -rsp $'Press enter to exit...\n' \ No newline at end of file |