oneuptime/Probe/nodemon.json

5 lines
151 B
JSON
Raw Normal View History

{
"watch": ["./","../Common"],
2022-12-18 09:29:03 +00:00
"ext": "ts,json,tsx,env,js,jsx,hbs",
"exec": "node --inspect=0.0.0.0:9229 --require ts-node/register Index.ts"
}