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

dx serve always hang when there is any dependency with path #3356

Comments

Copy link
Contributor

Dec 14, 2024

Problem

dx serve always hang when there is any dependency with path

Steps To Reproduce

Steps to reproduce the behavior:

  • dx new foo; cd foo
  • cargo add bar --path ../bar
  • dx build
  • dx serve --verbose # nothing output

Environment:

  • Dioxus version: 0.6
  • Rust version: 1.83
  • OS info: MacOS
  • App platform: web, desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant