Files
yaak-mountain-loop/src-tauri/yaak_templates/build.rs
2024-08-16 08:31:19 -07:00

7 lines
185 B
Rust

fn main() -> Result<(), Box<dyn std::error::Error>> {
// Tell ts-rs where to generate types to
println!("cargo:rustc-env=TS_RS_EXPORT_DIR=../../src-web/gen");
Ok(())
}