1
This commit is contained in:
parent
8b2462da78
commit
e9d20720a6
@ -6,7 +6,7 @@ const execName = process.argv[8];
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
apps: [{
|
apps: [{
|
||||||
name: appName,
|
name: appName,
|
||||||
args: `-n ${n} -i ${i}`,
|
args: `-n${n} -i${i}`,
|
||||||
script: './' + execName,
|
script: './' + execName,
|
||||||
cwd: 'bin'
|
cwd: 'bin'
|
||||||
}]
|
}]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user