Open bigmistqke opened 3 weeks ago
After installing p.ex vinxi with webContainer.fs.watch('.', { recursive: true }, callback) the webcontainer becomes unresponsive after the dependency is installed for more then a minute (72s). If I don't watch recursively this delay does not happen.
vinxi
webContainer.fs.watch('.', { recursive: true }, callback)
https://stackblitz.com/edit/stackblitz-webcontainer-api-starter-j9vwpr?file=main.js
to not take so long.
No response
Describe the bug
After installing p.ex
vinxi
withwebContainer.fs.watch('.', { recursive: true }, callback)
the webcontainer becomes unresponsive after the dependency is installed for more then a minute (72s). If I don't watch recursively this delay does not happen.Link to the blitz that caused the error
https://stackblitz.com/edit/stackblitz-webcontainer-api-starter-j9vwpr?file=main.js
Steps to reproduce
Expected behavior
to not take so long.
Parity with Local
Screenshots
No response
Platform
Additional context
No response