mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
chore(cli): rerun build on template changes
This commit is contained in:
3
tooling/cli/build.rs
Normal file
3
tooling/cli/build.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("cargo:rerun-if-changed=templates/");
|
||||
}
|
||||
Reference in New Issue
Block a user