Skip to content

[feat] Add Watch Files #4222

@kdumontnu

Description

@kdumontnu

Describe the problem

I'm setting up Tauri as a front-end for my Rust library. In my src-tauri/Cargo.toml:

[dependencies]
...
parser = { path = "../core/my-library" }

Describe the solution you'd like

Ideally, tauri config would provide the ability to specify watch glob patterns to automatically rebuild like it does for changes in src-tauri/.

Even better would be if tauri used the top level cargo.toml or src-tauri/cargo.tom to automatically add files to watch.

Alternatives considered

No response

Additional context

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions