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