Skip to content

fix(cli): watch all workspace members in dx serve#5381

Open
BillionClaw wants to merge 1 commit intoDioxusLabs:mainfrom
BillionClaw:clawoss/fix/watch-workspace-members
Open

fix(cli): watch all workspace members in dx serve#5381
BillionClaw wants to merge 1 commit intoDioxusLabs:mainfrom
BillionClaw:clawoss/fix/watch-workspace-members

Conversation

@BillionClaw
Copy link
Contributor

dx serve only watched crates that were direct dependencies of the main crate. Workspace members not in the dependency graph were ignored, so changes to sub-modules didn't trigger rebuilds.\n\nNow all_watched_crates() also iterates over all workspace members and adds their directories to the watch list.\n\nFixes #5371

`dx serve` only watched crates that were direct dependencies of the
main crate. Workspace members not in the dependency graph were ignored,
so changes to sub-modules didn't trigger rebuilds.

Now `all_watched_crates()` also iterates over all workspace members
and adds their directories to the watch list.

Fixes DioxusLabs#5371
@BillionClaw BillionClaw requested a review from a team as a code owner March 17, 2026 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant