homebridge-prometheus-exporter/nodemon.json

10 lines
203 B
JSON
Raw Normal View History

2022-11-06 13:04:30 +01:00
{
2022-11-08 22:15:44 +01:00
"watch": ["./"],
"ignore": ["dist/*", "tests/*"],
2022-11-06 13:50:39 +01:00
"exec": "tsc && homebridge -D -U dot-homebridge",
"signal": "SIGTERM",
"env": {
"NODE_OPTIONS": "--trace-warnings"
}
}