oneuptime/Ingestor/nodemon.json

5 lines
198 B
JSON
Raw Normal View History

{
2023-05-02 14:29:22 +00:00
"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"
}