This commit is contained in:
robin
2022-04-07 19:33:31 +08:00
parent a593253a63
commit c2f8473fb5
17 changed files with 271 additions and 133 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ module.exports = {
apps: [
{
name: 'bamboo_manage', // 项目名
script: './bin/main.js', // 执行文件
script: './lib/main.js', // 执行文件
cwd: './', // 根目录
args: '', // 传递给脚本的参数
interpreter: '', // 指定的脚本解释器