mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-09 18:36:03 +02:00
* fix(fs): rename `dir` field to `base_dir` in `WatchOptions`, fixes #1081 * Create fix-fs-watcher-basedir.md
6 lines
106 B
Markdown
6 lines
106 B
Markdown
---
|
|
"fs": patch
|
|
---
|
|
|
|
Fixes `watch` and `watchImmediate` which previously ignored the `baseDir` parameter.
|