leptos-rs / start-actix

Starter template for use with the Leptos web framework.
The Unlicense
120 stars 30 forks source link

Change address in package.metadata. #13

Closed ccqpein closed 1 year ago

ccqpein commented 1 year ago

I was using this template and looks like I should change site-addr to site_address. Or I would get the

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ConfigError("missing field `site_address`")', src/main.rs:10:62
gbj commented 1 year ago

Thanks — this one is actually a last small inconsistency between cargo-leptos and leptos itself. It should be site-addr but there's one place in leptos that still needs to change it.

ccqpein commented 1 year ago

Thanks. @gbj feel free to change it. I am still playing around with leptos.