feat: Tauri v2 release workflow and frontend API migration
Some checks failed
CI / Rust Format (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Test Server (push) Has been cancelled
CI / Frontend Check (push) Has been cancelled
CI / Tauri Client Check (push) Has been cancelled
CI / Docker Build (push) Has been cancelled
CI / Build Tauri (Linux) (push) Has been cancelled

- Update release workflow with matrix strategy for Linux/macOS/Windows
- Upgrade @tauri-apps/api from v1 to v2 in frontend
- Change all tauri/tauri imports to tauri/core (Tauri v2)
- Sync tauri.conf.json across project root and src-tauri
This commit is contained in:
root
2026-04-29 13:49:25 +02:00
parent cacd2b04a7
commit 476afaf329
5 changed files with 26 additions and 82 deletions

View File

@@ -11,7 +11,7 @@
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3",
"@tauri-apps/api": "^1",
"@tauri-apps/api": "^2.10.1",
"svelte": "^4",
"svelte-check": "^3",
"svelte-preprocess": "^5.1.4",