homebridge-prometheus-exporter/nodemon.json

11 lines
202 B
JSON
Raw Normal View History

2022-11-06 13:04:30 +01:00
{
2022-11-06 13:50:39 +01:00
"watch": ["src"],
"ext": "ts",
"ignore": [],
"exec": "tsc && homebridge -D -U dot-homebridge",
"signal": "SIGTERM",
"env": {
"NODE_OPTIONS": "--trace-warnings"
}
}