Dioxus and no bin target named `dioxus_app` error

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 ?

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.