You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docker deployment of kolibri did not specify a way for hot reloading on code changes.
There seems to exist yarn run devserver-hot but it has not been integrated with docker.
Expected behavior
The Makefile should specify another command to start a live-edit development server (which utilizes yarn run devserver-hot.
Notes
I've done some code changes (will open a PR soon) which try to fix this issue.
The text was updated successfully, but these errors were encountered:
Observed behavior
The docker deployment of kolibri did not specify a way for hot reloading on code changes.
There seems to exist
yarn run devserver-hot
but it has not been integrated with docker.Expected behavior
The
Makefile
should specify another command to start a live-edit development server (which utilizesyarn run devserver-hot
.Notes
I've done some code changes (will open a PR soon) which try to fix this issue.
The text was updated successfully, but these errors were encountered: