mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
Disable for publish
This commit is contained in:
parent
755ceb7d75
commit
95dd252c14
1 changed files with 4 additions and 4 deletions
|
@ -30,21 +30,21 @@ leptos = { path = "../leptos", default-features = false }
|
|||
|
||||
[features]
|
||||
csr = [
|
||||
"leptos/csr",
|
||||
#"leptos/csr",
|
||||
"leptos_dom/web",
|
||||
"leptos_reactive/csr",
|
||||
]
|
||||
hydrate = [
|
||||
"leptos/hydrate",
|
||||
#"leptos/hydrate",
|
||||
"leptos_dom/web",
|
||||
"leptos_reactive/hydrate",
|
||||
]
|
||||
ssr = [
|
||||
"leptos/ssr",
|
||||
#"leptos/ssr",
|
||||
"leptos_reactive/ssr",
|
||||
]
|
||||
stable = [
|
||||
"leptos/stable",
|
||||
#"leptos/stable",
|
||||
"leptos_dom/stable",
|
||||
"leptos_reactive/stable",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue