This commit is contained in:
2026-04-20 15:32:19 +02:00
commit 0858b72e31
36 changed files with 6359 additions and 0 deletions

5
kb_app/build.rs Normal file
View File

@@ -0,0 +1,5 @@
// file: kb_app/build.rs
fn main() {
tauri_build::build()
}