oneuptime/Ingestor/nodemon.json
2023-10-09 18:54:23 +01:00

5 lines
198 B
JSON

{
"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"
}