diff --git a/restart.sh b/restart.sh new file mode 100755 index 0000000..2a0aced --- /dev/null +++ b/restart.sh @@ -0,0 +1,2 @@ +cd game-server +npm run start \ No newline at end of file diff --git a/restart_proxy.sh b/restart_proxy.sh index e69de29..b3a4656 100644 --- a/restart_proxy.sh +++ b/restart_proxy.sh @@ -0,0 +1,2 @@ +cd proxy +npm run proxy \ No newline at end of file