module.exports = { apps: [ { name: "next-app", script: "npm", args: "start", env: { PORT: 5000, NODE_ENV: "production" } } ] };