commit bda3e0c34f5ff450f8093b4b2b06920963490807 Author: aozhiwei Date: Sun Apr 17 20:03:01 2022 +0800 1 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