add node params to ecosystem config
This commit is contained in:
parent
2c1957677f
commit
a607973c7a
@ -4,7 +4,7 @@ module.exports = {
|
|||||||
script: 'index.js',
|
script: 'index.js',
|
||||||
|
|
||||||
// Options reference: https://pm2.keymetrics.io/docs/usage/application-declaration/
|
// Options reference: https://pm2.keymetrics.io/docs/usage/application-declaration/
|
||||||
node_args: '--async-stack-traces',
|
node_args: '--async-stack-traces --trace-warnings',
|
||||||
instances: 1,
|
instances: 1,
|
||||||
autorestart: true,
|
autorestart: true,
|
||||||
watch: false,
|
watch: false,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user