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"