nested suspend

This commit is contained in:
2025-02-28 15:29:03 +01:00
parent 1280e1fc20
commit 12f78d5acc
6 changed files with 205 additions and 28 deletions

View File

@@ -5,7 +5,7 @@ language-servers = ["rust-analyzer", "tailwindcss-ls"]
[language-server.rust-analyzer.config]
# procMacro = { ignored = { leptos_macro = ["server"] } }
cargo = { features = ["ssr", "hydrate"] }
check = { command = "clippy" }
check = { command = "check" }
rustfmt = { overrideCommand = [
"sh",
"-c",