Closed incker closed 4 years ago
Not working live reload from cargo watch and not working react monitoring changes on windows 10.
cargo watch
Everything else is working. Please help.
Fixed that with issue replacing this code cargo watch --poll -x run to this one: cargo watch -x run in docker-compose.yml
cargo watch --poll -x run
cargo watch -x run
docker-compose.yml
Issue is still windows-only
Thank you!
Not working live reload from
cargo watch
and not working react monitoring changes on windows 10.Everything else is working. Please help.