module.exports = { apps: [{ name: 'next-app', script: 'dist/standalone/server.js', instances: 1, autorestart: true, watch: false, max_memory_restart: '1G', env: { NODE_ENV: 'production' } }] };