Hello there! I am new to RedwoodJS and I am trying to set up my work environment for my first co-op(yay!). When I run “yarn rw dev” my server loads and my browser opens to the default home page. Everything is working great. But when I change any of the code, I do not see the changes reflected in the browser. In the RedwoodJS Blog tutorial, Rob adds a home page and when he goes back to the site he can see the updated homepage. I have to restart my server to see any changes happen. I am using VS Code on Windows 10 and WSL with Ubuntu 20.04(not sure if that matters). Does anyone know why I am having this issue and what I can do to solve it? Thank you
Here is a video showing my issue.