Describe the bug
When running the project in the devcontainer, the npm run dev command freezes when watching for changes and needs to be restarted.
To Reproduce
Steps to reproduce the behavior:
- Open the project in the devcontainer
- Run command
npm run dev
- Make a change to the code
- ERROR: Changes to code are not build or deployed. Command may also freeze.
Expected behavior
Files should be rebuilt and the site should be updated.
Environment
- Linux (OpenSUSE)/Windows 11 with Podman Desktop
- Laptop/Destop
Describe the bug
When running the project in the devcontainer, the
npm run devcommand freezes when watching for changes and needs to be restarted.To Reproduce
Steps to reproduce the behavior:
npm run devExpected behavior
Files should be rebuilt and the site should be updated.
Environment