feat(webserver): Vendor and reimplement main pages in leptos
This commit is contained in:
parent
aeba7301b0
commit
7a39cd2737
22 changed files with 4662 additions and 166 deletions
7
.dir-locals.el
Normal file
7
.dir-locals.el
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
((rust-mode
|
||||
. ((eglot-workspace-configuration
|
||||
. (:rust-analyzer
|
||||
(:cargo (:features "all")
|
||||
:check (:command "clippy")
|
||||
:rustfmt (:overrideCommand ["leptosfmt" "--stdin" "--rustfmt"])
|
||||
:linkedProjects ["./pkgs/packages/webserver/Cargo.toml"]))))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue