🏃 watch common code in nodemon

This commit is contained in:
ful1e5 2020-08-19 17:18:35 +05:30
parent fbd26c8d89
commit beb6005b0f

View file

@ -5,7 +5,7 @@
"execMap": {
"ts": "node --require ts-node/register"
},
"watch": ["src/"],
"watch": ["src/", "../common/src/"],
"env": {
"NODE_ENV": "development"
},