Describe the bug
change in code does not reflect in the dev server. this bug was introduced due to docker-compose. Somehow docker-compose prevents the change in dev server.
To Reproduce
Steps to reproduce the behavior:
- start the dev server by
docker-compose up in vs code terminal
- try commenting some import in any client/src file
- checkout localhost 3000
- it does show any error in fact changes do not reflect.
Expected behavior
Changes should reflect in dev server as it was before docker
Describe the bug
change in code does not reflect in the dev server. this bug was introduced due to docker-compose. Somehow docker-compose prevents the change in dev server.
To Reproduce
Steps to reproduce the behavior:
docker-compose upin vs code terminalExpected behavior
Changes should reflect in dev server as it was before docker