mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
chore: fix ssr tests
This commit is contained in:
parent
605e4b1eec
commit
34382c0c23
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ serde = "1"
|
|||
[features]
|
||||
csr = []
|
||||
hydrate = []
|
||||
ssr = ["server_fn_macro/ssr"]
|
||||
ssr = ["server_fn_macro/ssr", "leptos/ssr"]
|
||||
nightly = ["server_fn_macro/nightly"]
|
||||
tracing = []
|
||||
experimental-islands = []
|
||||
|
|
Loading…
Reference in a new issue