add print
All checks were successful
Rust Checks / checks (push) Successful in 22s

This commit is contained in:
Tipragot 2024-02-03 14:06:10 +01:00
parent adaace83c8
commit af884a991b

View file

@ -30,6 +30,7 @@ fn build_app() {
let project_name = project_name
.trim_start_matches("name = \"")
.trim_end_matches('"');
println!("Project name: {}", project_name);
// Build WASM
let mut config = CrateConfig::new(Some(project_folder.to_path_buf()))