module.exports = { apps: [ { name: "ImEX Online API", script: "./server.js", watch: true, env: { NODE_ENV: "production", }, }, ], };