Files
lettersoup-online/002_source/ionic_mobile/nodemon.json
louiscklaw 650127821b ```
update nodemon config to fix watch path syntax and upgrade dependencies including sass, parcel watcher, and chokidar
```
2025-05-12 19:23:44 +08:00

8 lines
77 B
JSON

{
"watch": [
"src"
],
"ext": "ts,tsx",
"exec": "npm run bulid"
}