Add single-instance support and clean up scaffolding files

Ensure only one Vesper instance runs at a time. When a second
instance is launched with a file argument, the file is forwarded
to the existing window. Remove unused template SVGs and test file.
This commit is contained in:
Your Name
2026-02-19 22:00:43 +02:00
parent a5c168ee9d
commit 766f0f94f2
8 changed files with 79 additions and 367 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"