module.exports = { apps: [{ name: 'helldivers', script: 'server.js', env_production: { NODE_ENV: 'production', PORT: 3012, }, }], };