module.exports = { apps: [ { name: 'assm', cwd: '/root/msgapp', script: 'npm', args: 'start', interpreter: 'none', env: { NODE_ENV: 'production', }, autorestart: true, watch: false, }, ], };