From 8f7959a68091ad16b8ad1b358daa89ceaae7a793 Mon Sep 17 00:00:00 2001 From: bingshuo <565183519@qq.com> Date: Wed, 20 May 2026 01:36:53 +0800 Subject: [PATCH] chore: enable PM2 watch mode for auto-restart --- server/mcp-server/ecosystem.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mcp-server/ecosystem.config.js b/server/mcp-server/ecosystem.config.js index e8d6a73..245649c 100644 --- a/server/mcp-server/ecosystem.config.js +++ b/server/mcp-server/ecosystem.config.js @@ -8,7 +8,7 @@ module.exports = { cwd: __dirname, instances: 1, autorestart: true, - watch: false, + watch: true, max_memory_restart: '128M', env: { NODE_ENV: 'production',