Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output Directory Issue with dx bundle --platform web --outdir mydir #3564

Open
Dicklessgreat opened this issue Jan 14, 2025 · 0 comments
Open
Labels
bug Something isn't working cli Related to the dioxus-cli program

Comments

@Dicklessgreat
Copy link

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

  • Platform: Web
  • OS:
    Distributor ID: Ubuntu
    Description:    Ubuntu 24.04.1 LTS
    Release:        24.04
    Codename:       noble
    Linux 5.15.167.4-microsoft-standard-WSL2 x86_64 GNU/Linux
    
  • dx version: dioxus 0.6.1 (c2952a7)

Steps to Reproduce

  1. Run the command dx bundle --platform web --outdir mydir in the project directory.
  2. Check the output directory.

Additional Information

I made project with fullstack option.

@ealmloff ealmloff added bug Something isn't working cli Related to the dioxus-cli program labels Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cli Related to the dioxus-cli program
Projects
None yet
Development

No branches or pull requests

2 participants