···11-21#[cfg(feature = "ssr")]
32#[tokio::main]
43async fn main() {
···3029 .await
3130 .unwrap();
3231}
3333-3434-#[cfg(not(feature = "ssr"))]
3535-pub fn main() {
3636- // no client-side main function
3737- // unless we want this to work with e.g., Trunk for pure client-side testing
3838- // see lib.rs for hydration function instead
3939-}