1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-11-22 14:41:09 +00:00
This commit is contained in:
Felix Ableitner 2024-10-28 15:20:21 +01:00
parent 4f629f40b5
commit c8925fe2f3

View file

@ -19,9 +19,14 @@ ssr = [
"jsonwebtoken",
"katex/duktape",
"leptos/ssr",
"leptos-use/ssr"
"leptos-use/ssr",
]
hydrate = [
"leptos/hydrate",
"leptos_meta/hydrate",
"leptos_router/hydrate",
"katex/wasm-js",
]
hydrate = ["leptos/hydrate", "leptos_meta/hydrate", "leptos_router/hydrate","katex/wasm-js"]
# This profile significantly speeds up build time. If debug info is needed you can comment the line
# out temporarily, but make sure to leave this in the main branch.