module.exports = { apps: [ { name: "tip-api", script: "packages/api/dist/index.js", instances: 1, autorestart: true, watch: false, max_memory_restart: "512M", env: { NODE_ENV: "production", API_PORT: 3200, }, }, ], };