homebridge-smarthomeng/nodemon.json
2022-02-08 17:01:36 +01:00

12 lines
176 B
JSON

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