dioxus
dioxus copied to clipboard
fix fullstack build bug when --release
- rust 1.82.0 doesn't allow custom profile when release build
- Below command always cause panic from
cargodue to using profile with release
dx build -p platform --release