fix(terminal): change repo name

This commit is contained in:
zhangheng
2026-06-25 14:31:42 +08:00
parent b7a8bf49c4
commit 561a062cf2
6 changed files with 12 additions and 12 deletions

View File

@@ -1,3 +1,3 @@
fn main() {
println!("cargo:rustc-env=LEPTOS_OUTPUT_NAME=base_path_demo");
println!("cargo:rustc-env=LEPTOS_OUTPUT_NAME=rustui_playground");
}