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",