oneuptime/Copilot/nodemon.json

8 lines
178 B
JSON

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