module.exports = { apps: [ { name: 'ombrora-worker', script: 'npm', args: 'run worker', cwd: __dirname, autorestart: true, max_restarts: 10, restart_delay: 5000, env: { NODE_ENV: 'production', }, }, ], }