update nodemon config to fix watch path syntax and upgrade dependencies including sass, parcel watcher, and chokidar
```
This commit is contained in:
louiscklaw
2025-05-12 19:23:44 +08:00
parent 5440f8ea14
commit 650127821b
3 changed files with 399 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
{
"watch": ["src"],
"watch": [
"src"
],
"ext": "ts,tsx",
"exec": "npm run bulid"
}