4 lines
81 B
Rust
4 lines
81 B
Rust
fn main() {
|
|
println!("cargo:rustc-env=LEPTOS_OUTPUT_NAME=base_path_demo");
|
|
}
|