module.exports = { apps: [ { name: 'wa-test-nextjs', script: 'npm', args: 'run start:3007', cwd: '/var/www/wa-test-nextjs', env: { NODE_ENV: 'production', }, }, ], }