fix(setup): add logging and error details for setup debugging
Some checks failed
Build MIPS Binary / build (push) Has been cancelled

This commit is contained in:
spinline
2026-02-11 21:53:53 +03:00
parent 9d160a7ef5
commit fd65df2962
8 changed files with 42 additions and 8 deletions

View File

@@ -10,6 +10,7 @@ struct-patch = "0.5"
rmp-serde = "1.3"
bytes = "1"
http = "1"
tracing = "0.1"
# Leptos 0.8.7
leptos = { version = "0.8.15", features = ["nightly", "msgpack"] }