module.exports = { apps: [ { name: 'on-site-survey', script: 'node_modules/next/dist/bin/next', args: 'start', instances: 2, exec_mode: 'cluster', env_file: '.env.production', env: { NODE_ENV: 'production', }, }, ], }