Closed joshuapease closed 4 months ago
This might not be as much of an issue on Vite 5, but on MW, I occasionally have FS issues where vite is looking at files in composer's vendor directory.
vendor
Usually something about a bad file descriptor in a composer package.
EBADF: bad file descriptor,
No harm in ignoring it.
Actually... seems like more of an Orbstack issue
This might not be as much of an issue on Vite 5, but on MW, I occasionally have FS issues where vite is looking at files in composer's
vendor
directory.Usually something about a bad file descriptor in a composer package.
No harm in ignoring it.