-
What is the recommended way of publicly exporting a When I add the empty attribute For my use case, the thing I actually care about is the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found that setting the |
Beta Was this translation helpful? Give feedback.
I found that setting the
server-fn-prefix
value under the Leptos metadata inCargo.toml
did work, even when using the#[server]
function inside a library.