From 96c491783315c7d300453de159debddc8ee05d60 Mon Sep 17 00:00:00 2001 From: liudongqi Date: Thu, 5 Sep 2024 15:33:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecosystem.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem.config.js b/ecosystem.config.js index fce10fc..5b80874 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -10,7 +10,7 @@ module.exports = { // 使用集群模式 exec_mode: 'cluster', watch: true, - ignore_watch: ['node_modules', 'back', 'docs'], + ignore_watch: ['node_modules', 'back', 'docs', '.git'], log_date_format: 'YYYY-MM-DD HH:mm:ss', env_dev: { // 开发环境的环境变量