zwave-js-ui/nodemon.json

7 lines
237 B
JSON

{
"watch": ["**/*.ts", "package.json", "tsconfig.json"],
"ext": "ts,json,js",
"ignore": ["pkg", "store", "node_modules", "src", "dist", "server"],
"exec": "node --inspect=7004 --trace-warnings -r ./esbuild-register api/bin/www.ts"
}