wip: flash button

This commit is contained in:
2025-02-26 23:41:55 +01:00
parent 7118b66104
commit 54bf4ddaec
10 changed files with 106 additions and 14 deletions

View File

@@ -5,9 +5,8 @@ language-servers = ["rust-analyzer", "tailwindcss-ls"]
[language-server.rust-analyzer.config]
# procMacro = { ignored = { leptos_macro = ["server"] } }
cargo = { features = ["ssr", "hydrate"] }
[language-server.rust-analyzer.config.check]
command = "clippy"
check = { command = "clippy" }
rustfmt = { overrideCommand = ["leptosfmt", "--stdin", "--rustfmt"] }
[language-server.tailwindcss-ls]
config = { userLanguages = { rust = "html", "*.rs" = "html" } }