dioxus
dioxus copied to clipboard
`dx serve` always hang when there is any dependency with path
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