Tauri, Vue und Vite installieren

This commit is contained in:
R40fendt
2025-04-04 16:42:59 +02:00
parent d3f6e58ec6
commit 6ae7a926ea
38 changed files with 7220 additions and 0 deletions

3
src-tauri/build.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
tauri_build::build()
}