module.exports = { apps: [ { name: 'IQAffiliate', script: './build/index.js', watch: false, env: { PORT: 3004, NODE_ENV: 'development', }, }, ], };