tauri/.changes/cli-watch-ws-members.md
Fabian-Lars 67d7877f27
fix(cli): Watch workspace members if tauri dir is workspace root (#8520)
* fix(cli): Watch workspace members if tauri dir is ws root

See title. This PR also includes a fix/workaround for paths with funny characters that may not make the glob expansion panic.

Fixes #8509

* extract into function

* cleanup
2024-01-04 01:37:05 +02:00

153 B

tauri-cli @tauri-apps/cli
patch:bug patch:bug

The cli now also watches cargo workspace members if the tauri folder is the workspace root.