module.exports = { apps: [ { name: 'qcast-front-production', script: 'node_modules/next/dist/bin/next', instances: 2, exec_mode: 'cluster', env: { NODE_ENV: 'production', }, }, ], }