From 54212640b18bf5a50b5ebe7b093e64b3697da560 Mon Sep 17 00:00:00 2001 From: liudongqi Date: Wed, 4 Sep 2024 19:41:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=AF=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecosystem.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ecosystem.config.js b/ecosystem.config.js index 77e517e..fce10fc 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -10,6 +10,7 @@ module.exports = { // 使用集群模式 exec_mode: 'cluster', watch: true, + ignore_watch: ['node_modules', 'back', 'docs'], log_date_format: 'YYYY-MM-DD HH:mm:ss', env_dev: { // 开发环境的环境变量