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
Add the ability to specify all or a list of platforms to create builds/bundles from. This would make releasing multi-platform projects as simple as a single command.
Implement Suggestion
We could make the --platform flag support --platform all or --platform web,desktop,fullstack.
It may also be nice to have a list of platforms in Dioxus.toml that a project supports which dx will build/bundle from instead of manually specifying --platform web,desktop,x,y,z
The text was updated successfully, but these errors were encountered:
Feature Request
Add the ability to specify all or a list of platforms to create builds/bundles from. This would make releasing multi-platform projects as simple as a single command.
Implement Suggestion
We could make the
--platform
flag support--platform all
or--platform web,desktop,fullstack
.It may also be nice to have a list of platforms in
Dioxus.toml
that a project supports whichdx
will build/bundle from instead of manually specifying--platform web,desktop,x,y,z
The text was updated successfully, but these errors were encountered: