From bda3e0c34f5ff450f8093b4b2b06920963490807 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sun, 17 Apr 2022 20:03:01 +0800 Subject: [PATCH] 1 --- .gitmodules | 6 ++++++ boundle.sh | 1 + ecosystem.config.js | 1 + reload.sh | 1 + restart.sh | 1 + third_party/game2006market | 1 + third_party/tools | 1 + 7 files changed, 12 insertions(+) create mode 100644 .gitmodules create mode 120000 boundle.sh create mode 120000 ecosystem.config.js create mode 120000 reload.sh create mode 120000 restart.sh create mode 160000 third_party/game2006market create mode 160000 third_party/tools diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..34b6238 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "third_party/game2006market"] + path = third_party/game2006market + url = git@git.kingsome.cn:aozhiwei/game2006market.git +[submodule "third_party/tools"] + path = third_party/tools + url = git@git.kingsome.cn:server_common/tools.git diff --git a/boundle.sh b/boundle.sh new file mode 120000 index 0000000..1e65069 --- /dev/null +++ b/boundle.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_nodejs/boundle.sh \ No newline at end of file diff --git a/ecosystem.config.js b/ecosystem.config.js new file mode 120000 index 0000000..a1e0e92 --- /dev/null +++ b/ecosystem.config.js @@ -0,0 +1 @@ +third_party/tools/scripts/publish_nodejs/ecosystem.config.js \ No newline at end of file diff --git a/reload.sh b/reload.sh new file mode 120000 index 0000000..c70949a --- /dev/null +++ b/reload.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_nodejs/reload.sh \ No newline at end of file diff --git a/restart.sh b/restart.sh new file mode 120000 index 0000000..42c0943 --- /dev/null +++ b/restart.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_nodejs/restart.sh \ No newline at end of file diff --git a/third_party/game2006market b/third_party/game2006market new file mode 160000 index 0000000..b9944e5 --- /dev/null +++ b/third_party/game2006market @@ -0,0 +1 @@ +Subproject commit b9944e54f010e283cc5696b6952a1ec427b4d2cb diff --git a/third_party/tools b/third_party/tools new file mode 160000 index 0000000..b94810b --- /dev/null +++ b/third_party/tools @@ -0,0 +1 @@ +Subproject commit b94810b53dbe81d609bf5f859bd7e77214d38963