1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-11-22 07:41:08 +00:00
This commit is contained in:
Felix Ableitner 2024-10-28 15:28:58 +01:00
parent b4e54c914d
commit 04b40a32f5

View file

@ -19,7 +19,7 @@ ssr = [
"jsonwebtoken",
"katex/duktape",
"leptos/ssr",
"leptos-use/ssr"
"leptos-use/ssr",
]
csr = ["leptos/csr", "leptos_meta/csr", "leptos_router/csr", "katex/wasm-js"]
hydrate = ["leptos/hydrate", "leptos_meta/hydrate", "leptos_router/hydrate"]