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

12 lines
156 B
JSON
Raw Permalink Normal View History

2021-05-08 18:30:20 +02:00
{
"watch": [
"src"
],
"ext": "ts",
"ignore": [],
2021-05-08 19:33:37 +02:00
"exec": "tsc",
2021-05-08 18:30:20 +02:00
"signal": "SIGTERM",
"env": {
"NODE_OPTIONS": "--trace-warnings"
}
}