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: {