Files
yaak-mountain-loop/src-tauri/yaak_templates/build.rs
T

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(())
}