feat: added Leptos server

This commit is contained in:
Andrew Rioux
2025-01-20 22:22:48 -05:00
parent b2cec71667
commit 5ee8802607
16 changed files with 2632 additions and 26 deletions

14
sparse-server/.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb