Add single-instance support and clean up scaffolding files

This commit is contained in:
2026-02-19 22:00:43 +02:00
parent 645397d202
commit 323bd228c5
6 changed files with 60 additions and 33 deletions

View File

@@ -22,3 +22,6 @@ tauri-plugin-fs = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
tauri-plugin-single-instance = "2"