#build binary used by dioxus serve but not start it.

1 messages · Page 1 of 1 (latest)

keen locust
#

Hi guys. Is there a way to build the binary that dioxus serve uses, and the file structure, but not start it. I'm trying to use it in ci to build the serving binary.

Thank you so much.

chrome smelt
#

dx build

keen locust
#

That doesn't seem to create the same binary for starting the app. Maybe I misconfigured something.

When using serve I get a nice appname binary I can just run. Build seems to not make that.

chrome smelt
#

It should, what files does build generate?

signal notch
#

What about dx bundle? This should package the entire binary