module.exports = { apps: [ { name: 'workflow-backend', cwd: './backend', script: 'dist/index.js', env: { NODE_ENV: 'production', PORT: 4000 }, instances: 1, autorestart: true, max_memory_restart: '500M' } ] };