oneuptime/Workflow/nodemon.json

5 lines
182 B
JSON
Raw Normal View History

2023-02-01 13:08:45 +00:00
{
"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"
}