WIP: feat(webserver): Vendor and reimplement in leptos
This commit is contained in:
parent
aeba7301b0
commit
9eefd6afe3
15 changed files with 3127 additions and 165 deletions
5
.dir-locals.el
Normal file
5
.dir-locals.el
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
((rust-mode
|
||||
. ((eglot-workspace-configuration
|
||||
. (:rust-analyzer
|
||||
(:check (:command "clippy")
|
||||
:linkedProjects ["./pkgs/packages/webserver/Cargo.toml"]))))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue