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