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
When running the command dx bundle --platform web --outdir mydir, the output files are unexpectedly placed in /path/to/my/cargoproj/target/dx/form/release/web/public instead of the specified /path/to/my/cargoproj/mydir.
Expected Behavior
The output files should be placed in /path/to/my/cargoproj/mydir as specified in the command.
Description
Problem
When running the command
dx bundle --platform web --outdir mydir
, the output files are unexpectedly placed in/path/to/my/cargoproj/target/dx/form/release/web/public
instead of the specified/path/to/my/cargoproj/mydir
.Expected Behavior
The output files should be placed in
/path/to/my/cargoproj/mydir
as specified in the command.Environment
dioxus 0.6.1 (c2952a7)
Steps to Reproduce
dx bundle --platform web --outdir mydir
in the project directory.Additional Information
I made project with
fullstack
option.The text was updated successfully, but these errors were encountered: