roomruler/back/nodemon.json

7 lines
109 B
JSON

{
"watch": ["src/"],
"ext": "ts,json",
"exec": "etsc && node ./dist/index.js",
"legacyWatch": true
}