Skip to content

Commit 3083ea8

Browse files
fix: missing cli not printed for Blazor template (#950)
1 parent 16c3d9f commit 3083ea8

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.changes/blazor-need-tauri-cli.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"create-tauri-app": patch
3+
"create-tauri-app-js": patch
4+
---
5+
6+
Fix missing tauri-cli not printed for Blazor template

src/template.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ impl Template {
247247
| Template::Yew
248248
| Template::Leptos
249249
| Template::Vanilla
250+
| Template::Blazor
250251
)
251252
}
252253

0 commit comments

Comments
 (0)