mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
5 lines
128 B
Rust
5 lines
128 B
Rust
fn main() {
|
|
// ensure CLI rebuilds if templates change (existing behavior)
|
|
println!("cargo:rerun-if-changed=templates/");
|
|
}
|