module.exports = { apps: [ { name: 'ani-assistant', script: 'npm', args: 'start', cwd: './', instances: 1, autorestart: true, watch: false, max_memory_restart: '1G', env: { NODE_ENV: 'production', PORT: 3000 }, env_production: { NODE_ENV: 'production', PORT: 3000 } } ] }