oneuptime/Home/nodemon.json

5 lines
174 B
JSON
Raw Normal View History

2022-05-23 18:04:27 +00:00
{
"watch": ["./","../Common", "../CommonServer"],
"ext": "ts,json,tsx,env,js,jsx,ejs",
"exec": "node --inspect=0.0.0.0:9229 --require ts-node/register Index.ts"
}