homebridge-prometheus-exporter/nodemon.json
2022-11-07 15:23:48 +01:00

10 lines
202 B
JSON

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