leptos-rs / cargo-leptos

Build tool for Leptos (Rust)
MIT License
314 stars 87 forks source link

Fix cargo args #268

Closed emil-dietrich closed 1 month ago

emil-dietrich commented 2 months ago

*-cargo-args was expected to be a String even tough the docs shows them as arrays.

The empty cli flag for lib-cargo-args no longer overrides the one provided in the config. I have not further investigated bin-cargo-args.

benwis commented 1 month ago

I think this makes sense, thanks for catching it!