vigetlabs / craft-site-starter

13 stars 2 forks source link

Vite - Ignore Composer Files #30

Closed joshuapease closed 4 months ago

joshuapease commented 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.

Usually something about a bad file descriptor in a composer package.

EBADF: bad file descriptor,

No harm in ignoring it.

joshuapease commented 4 months ago

Actually... seems like more of an Orbstack issue