module.exports = [ { script: "npm", args: "start", name: "web", exec_mode: "cluster", instances: "1", env: { NODE_ENV: "production", }, }, ];