
update nodemon config to fix watch path syntax and upgrade dependencies including sass, parcel watcher, and chokidar ```
8 lines
77 B
JSON
8 lines
77 B
JSON
{
|
|
"watch": [
|
|
"src"
|
|
],
|
|
"ext": "ts,tsx",
|
|
"exec": "npm run bulid"
|
|
}
|