Is there a way to add a folder to leptos watch ? #1595
Unanswered
Baptistemontan
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Oh hm, interesting. Here's the logic for which files are watched:
I wonder if something hacky like Maybe there should be a "watch additional files" config option here. |
Beta Was this translation helpful? Give feedback.
4 replies
-
I made a PR to add such feature: leptos-rs/cargo-leptos#191 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
leptos_i18n loads files in a folder called
locales
in the root of the project, is there a way to add this folder to cargo watch so when the locales change the app reload ?Beta Was this translation helpful? Give feedback.
All reactions