module.exports = { apps: [ { name: 'strapiapp', script: 'npm', args: 'start',
instances : 7, exec_mode : "cluster",
}, ], };