WIP on persisting chat history on daemon

This commit is contained in:
2026-02-08 22:04:33 +02:00
parent 16ab8e4207
commit e878b8120b
15 changed files with 881 additions and 28 deletions

View File

@@ -14,6 +14,7 @@ serde-wasm-bindgen = "0.6"
console_error_panic_hook = "0.1.7"
leptos_router = "0.8.11"
serde_json = "1.0.149"
feshared = {path = "../crates/feshared"}
[workspace]
members = ["src-tauri"]