6 lines
274 B
Bash
Executable File
6 lines
274 B
Bash
Executable File
#/bin/bash
|
|
npm install #安装依赖库
|
|
cp ./channelService.js ./node_modules/pinus/dist/lib/common/service/channelService.js
|
|
npm run build
|
|
node pm2Config.js #使用pm2来做进程管理,生成进程配置文件
|
|
pm2 start pomeloPm2Start.json #pm2 启动游戏服务器 |