homebridge-prometheus-exporter/nodemon.json
2022-11-08 22:59:00 +01:00

9 lines
203 B
JSON

{
"watch": ["./"],
"ignore": ["dist/*", "tests/*"],
"exec": "tsc && homebridge -D -U dot-homebridge",
"signal": "SIGTERM",
"env": {
"NODE_OPTIONS": "--trace-warnings"
}
}