module.exports = { apps: [{ name: "pettyui-mcp", script: "dist/http.mjs", env: { PORT: 3001, HOST: "127.0.0.1", NODE_ENV: "production", }, instances: 1, autorestart: true, max_memory_restart: "100M", }], };