add nodemon script

This commit is contained in:
Luis Riegger 2021-05-08 18:30:20 +02:00
parent 984d75b00a
commit 1b10a91d96

12
nodemon.json Normal file
View File

@ -0,0 +1,12 @@
{
"watch": [
"src"
],
"ext": "ts",
"ignore": [],
"exec": "tsc && homebridge -I -D",
"signal": "SIGTERM",
"env": {
"NODE_OPTIONS": "--trace-warnings"
}
}