oneuptime/Alert/nodemon.json

5 lines
170 B
JSON
Raw Normal View History

2022-05-23 11:45:32 +00:00
{
2022-05-23 14:41:41 +00:00
"watch": ["./","../Common", "../CommonServer"],
2022-05-23 13:44:08 +00:00
"ext": "ts,json,tsx,env,js,jsx",
2022-05-23 11:45:32 +00:00
"exec": "node --inspect=0.0.0.0:9229 --require ts-node/register Index.ts"
}