leptos-rs / start-actix

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

Drop `watch` parameter from `package.metadata.leptos` #43

Closed mondeja closed 5 months ago

mondeja commented 6 months ago

I don't know why this watch parameter is included here, is doing nothing. Was not included in the beta two years ago nor currently exists and checking the blame of cargo-leptos, it was never included.

Seems to be a mistake included by the commit https://github.com/leptos-rs/start/commit/6d83bbe669f9d9682d1ad9a25c0d53b15870be73

Perhaps would be good to warn about invalid metadata parameters when running cargo-leptos, opened https://github.com/leptos-rs/cargo-leptos/issues/266 to track it.