oneuptime/Integration/nodemon.json
2022-12-18 14:59:03 +05:30

5 lines
182 B
JSON

{
"watch": ["./","../Common", "../CommonServer", "../Model"],
"ext": "ts,json,tsx,env,js,jsx,hbs",
"exec": "node --inspect=0.0.0.0:9229 --require ts-node/register Index.ts"
}