fix nodemon.json for workers

This commit is contained in:
Simon Larsen
2022-12-06 13:09:52 +05:30
parent 3d5e7f5bca
commit 92ad28a7a2

View File

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