Hi,
I am using Dioxus 0.5.6 for my tiny app and I don't get why I get the following error:
error: no bin target named 'dioxus_app'.
Available bin targets:
myapp
when running with dx serve --bin myapp
in the root of my workspace.
Shouldn't --bin "myapp"
override dioxus_app
?
I don't understand what is going on! I am still learning the workspaces in rust, maybe I did something wrong.
Any help ?