changed ecosystem.config.js
This commit is contained in:
parent
f20dda9261
commit
5d98d636c7
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ export const apps = [
|
||||||
name: 'ServerPanel',
|
name: 'ServerPanel',
|
||||||
port: '6060',
|
port: '6060',
|
||||||
exec_mode: 'fork',
|
exec_mode: 'fork',
|
||||||
instances: 'max',
|
instances: 1,
|
||||||
script: './.output/server/index.mjs'
|
script: './.output/server/index.mjs'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue