Skip to content

Conversation

ealmloff
Copy link
Member

@ealmloff ealmloff commented Oct 2, 2025

Ran into a few issues with the new hot patching tool command when trying to implement hot patching for the playground. This PR fixes those issues

First the command accepts the json metadata as a CLI argument which fails because the input is to large. To fix that issue, this PR changes the command to read the input from stdin

Second the patch returned by the command is formatted as a local file instead of a url even when targeting web. There was some existing logic to handle reformatting the paths for serve but they didn't handle the base paths correctly

@ealmloff ealmloff added bug Something isn't working cli Related to the dioxus-cli program subsecond labels Oct 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cli Related to the dioxus-cli program subsecond
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant