Skip to content

Commit

Permalink
Update nodemon.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Dec 6, 2024
1 parent 1bfcbaa commit aa33eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit aa33eb5

Please sign in to comment.