Attempt to get basic leptos site working in devshell and nix package
Some checks failed
/ dev-shell (push) Successful in 6m23s
/ check (push) Failing after 7m19s
/ rust-packages (push) Successful in 11m54s
/ terraform-providers (push) Successful in 5m32s
/ systems (push) Successful in 56m18s

This commit is contained in:
Kaare Hoff Skovgaard 2025-08-12 00:36:38 +02:00
parent 0ff2b12fb0
commit af3c61d75c
Signed by: khs
GPG key ID: C7D890804F01E9F0
19 changed files with 3051 additions and 2 deletions

9
.helix/languages.toml Normal file
View file

@ -0,0 +1,9 @@
[[language]]
name = "rust"
[language-server.rust-analyzer]
config = { procMacro = { ignored = { leptos_macro = [
# Optional:
# "component",
"server"
] } } }