mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-09 10:32:26 +02:00
* feat: add config option for custom watch folders * fix: cargo clippy changes * chore: remove file * fix: ios dev * docs: clarify absolute allowed * refactor: rename variable * fix: review suggestions * fix: resolve paths * fixL use canonicalize * chore: add changefile * chore: add error if cant canonicalize * reformat changelog * Update .changes/additional-watch-folders.md * Update crates/tauri-cli/src/interface/rust.rs Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com> * Revert "Update .changes/additional-watch-folders.md" This reverts commit98186b1a89. * Also bump `@tauri-apps/cli` * Apparently I'm so used to a higher rust version * Revert "Apparently I'm so used to a higher rust version" This reverts commitea1d89e2d3. * Need to check for existence for abs paths as well --------- Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com> Co-authored-by: Tony <legendmastertony@gmail.com>