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
When developing locally, I have two sibling folders, core/ and website/. Website's cargo.toml references core/ via core = {path="../core"}. I'd love to have the website auto-refresh when I make changes to the core/ folder.
Is this possible? If not, I think it'd be super dandy to be able to automatically watch crates that are referenced using "path=", or to specify other folders to watch.
Thank you!
The text was updated successfully, but these errors were encountered:
When developing locally, I have two sibling folders, core/ and website/. Website's cargo.toml references
core/
viacore = {path="../core"}
. I'd love to have the website auto-refresh when I make changes to the core/ folder.Is this possible? If not, I think it'd be super dandy to be able to automatically watch crates that are referenced using "path=", or to specify other folders to watch.
Thank you!
The text was updated successfully, but these errors were encountered: