diff --git a/.gitmodules b/.gitmodules index 3d25769..f53b577 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "third_party/game2006web3"] path = third_party/game2006web3 url = git@git.kingsome.cn:server/game2006web3.git +[submodule "third_party/tools"] + path = third_party/tools + url = git@git.kingsome.cn:server_common/tools.git diff --git a/bin/.gitkeep b/bin/.gitkeep new file mode 100644 index 0000000..e69de29 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/tools b/third_party/tools new file mode 160000 index 0000000..d38ce0b --- /dev/null +++ b/third_party/tools @@ -0,0 +1 @@ +Subproject commit d38ce0b86c7b9262391f48108d808ddb62854760