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
I'm using SSR and am trying to see if I can configure cargo leptos watch to only reload when the app and server folders in a workspace changes, but not when any other folders in the workspace change? I have another shared crate that I depend on in app that stores type definitions but only use minimally in app based on a feature flag, so I don't need cargo leptos to reload when that crate changes. I can manually reload if/when I change that folder, but 90% of the time the changes that are happening in that folder don't impact app.
I can't seem to find any documentation to exclude or explicitly include the paths in proj.lib.src_path that is used by cargo leptos watch. Is there a way to do this?
The text was updated successfully, but these errors were encountered:
I'm using SSR and am trying to see if I can configure cargo leptos watch to only reload when the app and server folders in a workspace changes, but not when any other folders in the workspace change? I have another shared crate that I depend on in app that stores type definitions but only use minimally in app based on a feature flag, so I don't need cargo leptos to reload when that crate changes. I can manually reload if/when I change that folder, but 90% of the time the changes that are happening in that folder don't impact app.
I can't seem to find any documentation to exclude or explicitly include the paths in proj.lib.src_path that is used by cargo leptos watch. Is there a way to do this?
The text was updated successfully, but these errors were encountered: