From ff1f5ce6fa98b26bb9a02cc03e7d21a683aac4bf Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 12 Jun 2023 13:46:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4pm2=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pm2.config.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pm2.config.js b/pm2.config.js index e79ccc1..32daad8 100644 --- a/pm2.config.js +++ b/pm2.config.js @@ -6,16 +6,10 @@ module.exports = { watch: ["src", "tpl"], ignore_watch: ["node_modules"], shutdown_with_message: true, - env: { - "NODE_ENV": "development", - } }, { name: 'oms-node', script: "index.js", - env: { - "NODE_ENV": "production", - } } ], deploy: {