From 0d71700f1160dd8794f31ae64ac4525093115537 Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Sun, 28 Mar 2021 10:17:29 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20debug=20log=20=E4=BB=85=E8=BE=93?= =?UTF-8?q?=E5=87=BAapp=E7=9A=84log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a649472..a826c32 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "build": "nest build", "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", "start": "nest start", - "start:dev": "DEBUG=fennec:*,simple-git:* nest start --watch", - "start:debug": "DEBUG=simple-git,simple-git:* nest start --debug --watch", + "start:dev": "DEBUG=fennec:* nest start --watch", + "start:debug": "DEBUG=fennec:* nest start --debug --watch", "start:prod": "node dist/main", "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", "test": "jest",