module.exports = { apps: [ { name: "satupeta", script: "npm", args: "start", cwd: "./", env: { NODE_ENV: "production", PORT: 4001, } } ] }