diff --git a/nodemon.json b/nodemon.json index f1e14ec..cea206a 100755 --- a/nodemon.json +++ b/nodemon.json @@ -6,9 +6,5 @@ "ext": "ts", "ignore": [], "exec": "tsc && homebridge -I -D -Q", - "signal": "SIGTERM", - "outputCapture": "all", - "env": { - "NODE_OPTIONS": "--trace-warnings" - } + "signal": "SIGTERM" } \ No newline at end of file