tauri-app: added tauri-app template
Some checks failed
record-daemon / Build, check and test (push) Failing after 51s

This commit is contained in:
2026-03-22 11:36:18 +01:00
parent 6ac2fe9cd3
commit 6c07e043d4
39 changed files with 7506 additions and 0 deletions

7
tauri-app/.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"recommendations": [
"Vue.volar",
"tauri-apps.tauri-vscode",
"rust-lang.rust-analyzer"
]
}