module.exports = { apps: [ { name: "ai-trading-sys", script: "node dist/app.js", instances: 1, autorestart: true, watch: false, max_memory_restart: "512M", env: { NODE_ENV: "development", }, env_production: { NODE_ENV: "production", }, }, ], };