mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-31 13:39:36 +02:00
cb96aa0627
* 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.
|