From aa33eb5f789d873419e274b4544d77b57b7d3bfd Mon Sep 17 00:00:00 2001 From: Northern Man <19808920+NorthernMan54@users.noreply.github.com> Date: Fri, 6 Dec 2024 12:22:05 -0500 Subject: [PATCH] Update nodemon.json --- nodemon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemon.json b/nodemon.json index 806708a..ec0017b 100644 --- a/nodemon.json +++ b/nodemon.json @@ -4,7 +4,7 @@ ], "ext": "ts", "ignore": [], - "exec": "tsc && homebridge -U ./test/hbConfig -I -D", + "exec": "tsc && homebridge -U ./test/hbConfig -D", "signal": "SIGTERM", "env": { "NODE_OPTIONS": "--trace-warnings"