根据 chat 示例创建 game-server,支持分布式部署、域名访问、数据库连接和基础使用
This commit is contained in:
5
npm-install.sh
Normal file
5
npm-install.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
cd ./game-server && npm install -d
|
||||
echo '============ game-server npm installed ============'
|
||||
cd ..
|
||||
cd ./web-server && npm install -d
|
||||
echo '============ web-server npm installed ============'
|
||||
Reference in New Issue
Block a user