I have been facing an issue while working on a project using the Ubuntu terminal in WSL. Whenever I save any changes by pressing ctrl + s, the changes are not reflected on the web page. To view the changes, I need to stop the server locally and run npm run dev or yarn start again. I am not sure if this is normal behavior or if my environment is misconfigured. Can you please help me with this?
Hey devs!I have been facing an issue while working on a project using the Ubuntu terminal in WSL. Whenever I save any changes by pressing ctrl + s, the changes are not reflected on the web page. To view the changes, I need to stop the server locally and run npm run dev or yarn start again. I am not sure if this is normal behavior or if my environment is misconfigured. Can you please help me with this?