homebridge-kobold-Homaassis.../nodemon.json

12 lines
176 B
JSON
Raw Permalink Normal View History

2021-04-27 19:35:12 +02:00
{
"watch": [
"src"
],
"ext": "ts",
"ignore": [],
"exec": "tsc && homebridge -I -D",
"signal": "SIGTERM",
"env": {
"NODE_OPTIONS": "--trace-warnings"
}
}