module.exports = { apps: [ { name: "frontend", script: "server.js", cwd: "/var/www/frontend", env: { NODE_ENV: "production" } } ] };