You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Isn't it deserialized into the env field of LeptosOptions? It's purely optional but users can use that to toggle between (for example) development and production databases, depending on deployment.
https://github.com/leptos-rs/start-axum/blame/0448e6dbeb6edef2ca9e83bdaf08867ebfe43ab2/Cargo.toml#L84
I can't see what is reacting to this value or when it would be set to "PROD". Is it only read for certain deployment solutions?
The text was updated successfully, but these errors were encountered: