Files
oneuptime/InfrastructureAgent/nodemon.json
2024-03-06 10:37:47 +00:00

8 lines
233 B
JSON

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