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
@ealmloff ealmloff marked this pull request as ready for review October 20, 2025 17:35
@ealmloff ealmloff requested a review from a team as a code owner October 20, 2025 17:35
@jkelleyrtp jkelleyrtp merged commit 987e41d into DioxusLabs:main Oct 20, 2025
19 checks passed
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.

2 participants