chore: update tooling, CI workflows, and dependencies

Update CI/release workflows, gitignore, package dependencies,
Tauri config, and add linter/formatter configs (oxlint, prettier,
knip, vitest browser config).
This commit is contained in:
jevb
2026-04-01 11:40:55 +02:00
parent 867041b094
commit 87ba387623
12 changed files with 1952 additions and 5 deletions
+4
View File
@@ -43,6 +43,10 @@ Client/publish-release/
Client/login-mockup.html
Client/ui-mockup.html
# Tauri typegen (auto-generated IPC bindings)
Client/tauri-client/src/generated/
.typecache
# Node modules
node_modules/