fix changes

This commit is contained in:
Simon Larsen
2022-09-24 11:45:56 +01:00
parent 4b63907330
commit f19c1c585f

View File

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