oneuptime/Workers/nodemon.json

8 lines
233 B
JSON
Raw Normal View History

2022-10-19 14:32:10 +00:00
{
"watch": ["./","../Common", "../CommonServer", "../Model"],
2022-12-06 07:39:52 +00:00
"ignore": [
"greenlock.d/*"
],
2022-12-18 09:29:03 +00:00
"ext": "ts,json,tsx,env,js,jsx,hbs",
2022-10-19 14:32:10 +00:00
"exec": "node --inspect=0.0.0.0:9229 --require ts-node/register Index.ts"
}