Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cli json output, dx bundle fix, dx serve --platform android, race condition, drop ssg platform #3186

Merged
merged 31 commits into from
Nov 12, 2024

Conversation

jkelleyrtp
Copy link
Member

@jkelleyrtp jkelleyrtp commented Nov 7, 2024

  • Make the CLI less verbose for non-serve commands
  • Fix dx bundle to not panic
  • json output for dx build and dx bundle
  • extract wire format of CLI to its own crate
  • fix various race conditions
  • Make serve faster and more reliable
  • Fix bundle for non-desktop platforms (simply emit the bundle locations)
  • fixup android tooling so dx serve --platform android works
  • drop ssg from examples and crate
  • Go back to deeplinking assets
  • Reduce complexity in dioxus::launch since the never type doesn't make sense on android/web
  • Remove axum feature on dioxus - server is the new "platform" (fullstack is not a platform!)

Punted the asset optimization changes per #3195

@jkelleyrtp jkelleyrtp changed the title fixes: final 0.6 cli passthru cli json output, dx bundle fix, dx serve --platform android, race condition Nov 12, 2024
@jkelleyrtp jkelleyrtp changed the title cli json output, dx bundle fix, dx serve --platform android, race condition cli json output, dx bundle fix, dx serve --platform android, race condition, drop ssg platform Nov 12, 2024
@jkelleyrtp jkelleyrtp marked this pull request as ready for review November 12, 2024 04:32
@jkelleyrtp jkelleyrtp merged commit ac3e33a into main Nov 12, 2024
2 checks passed
@jkelleyrtp jkelleyrtp deleted the jk/final-cli-fixes branch November 12, 2024 14:01
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