back with rocket, using leptos 0.7.0-rc1 ssr only

This commit is contained in:
Philippe Loctaux 2024-11-08 17:59:03 +01:00
parent feba0ad668
commit 1d1b7db7b7
26 changed files with 1573 additions and 1532 deletions

View file

@ -4,12 +4,3 @@ members = ["crates/gen-wallpapers", "crates/plcom"]
[workspace.dependencies]
serde = "1.0"
# Defines a size-optimized profile for the WASM bundle in release mode
[profile.wasm-release]
inherits = "release"
opt-level = 'z'
lto = true
codegen-units = 1
panic = "abort"