From fed38eafd2868aa46723f3c0d479878b81a57a1c Mon Sep 17 00:00:00 2001 From: GW_MC <72297530+GWMCwing@users.noreply.github.com> Date: Fri, 23 Jan 2026 18:39:52 +0800 Subject: [PATCH] update ecosystem configuration to include watch delay and time settings --- ecosystem.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ecosystem.config.js b/ecosystem.config.js index 77a25fd..f04993f 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -6,7 +6,9 @@ module.exports = { env: { NODE_ENV: 'production', }, - watch: ['./build', './ecosystem.config.js', './.env'], + watch_delay: 1000, + time: true, + watch: ['./build', './ecosystem.config.js'], }, ], };