From 20b87ebf79064671a100fd29c5b38e8797e047bf Mon Sep 17 00:00:00 2001 From: lightings <17062401@qq.com> Date: Wed, 31 May 2023 14:36:01 +0800 Subject: [PATCH] ... --- restart.sh | 2 ++ restart_proxy.sh | 2 ++ 2 files changed, 4 insertions(+) create mode 100755 restart.sh 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