module.exports = { apps: [ { name: "new_client", script: "npm", args: "start", cwd: __dirname, instances: 1, exec_mode: "fork", watch: false, env: { NEXT_PUBLIC_BACKEND_URL: "http://127.0.0.1:4000", NEXT_PUBLIC_BACKEND_URL_LOCAL: "http://127.0.0.1:4000", }, }, ], };