ghotiphud / rust-web-starter

Rust (Rocket & Diesel) + React (w/ Typescript) + PostgreSQL starter pack. Currently serves my need for a nice Dev Environment.
MIT License
293 stars 39 forks source link

monitoring code changes not working in windows 10 #16

Closed incker closed 4 years ago

incker commented 5 years ago

Not working live reload from cargo watch and not working react monitoring changes on windows 10.

Everything else is working. Please help.

incker commented 4 years ago

Fixed that with issue replacing this code cargo watch --poll -x run to this one: cargo watch -x run in docker-compose.yml

Issue is still windows-only

Thank you!