From 8d515f6a77ae7cf860bb14383f09856ea80516ca Mon Sep 17 00:00:00 2001 From: Bill Church Date: Mon, 14 Oct 2024 19:33:29 +0000 Subject: [PATCH] chore: update debug for watch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1280da3..b0c364a 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "start": "node index.js", "lint": "eslint app", "lint:fix": "eslint app --fix", - "watch": "NODE_ENV=development DEBUG=webssh*,-webssh2:ssh2 nodemon index.js -w app/ -w index.js -w config.json -w package.json", + "watch": "NODE_ENV=development DEBUG=webssh* nodemon index.js -w app/ -w index.js -w config.json -w package.json", "test": "jest", "release": "standard-version -a -s --release-as patch --commit-all", "release:dry-run": "standard-version -a -s --release-as patch --dry-run",