This commit is contained in:
aozhiwei 2023-09-22 20:01:32 +08:00
parent 8b2462da78
commit e9d20720a6

View File

@ -6,7 +6,7 @@ const execName = process.argv[8];
module.exports = {
apps: [{
name: appName,
args: `-n ${n} -i ${i}`,
args: `-n${n} -i${i}`,
script: './' + execName,
cwd: 'bin'
}]