Land release blocker fixes and workspace cleanup
Some checks failed
check / cargo check (macos-latest) (push) Has been cancelled
check / cargo check (ubuntu-22.04) (push) Has been cancelled
check / cargo check (windows-latest) (push) Has been cancelled
check / svelte build + lint (push) Has been cancelled

This commit is contained in:
2026-04-23 00:16:09 +01:00
parent d7363cc913
commit 9b0067b4c0
36 changed files with 1529 additions and 418 deletions

View File

@@ -33,8 +33,8 @@ fn assert_localhost_llm_csp() {
let raw = std::fs::read_to_string(conf_path)
.expect("build.rs: failed to read tauri.conf.json for CSP regression guard");
let conf: serde_json::Value = serde_json::from_str(&raw)
.expect("build.rs: tauri.conf.json is not valid JSON");
let conf: serde_json::Value =
serde_json::from_str(&raw).expect("build.rs: tauri.conf.json is not valid JSON");
let csp = conf
.pointer("/app/security/csp")