Ruslan

Results 12 comments of Ruslan

This is not vitest, this is vite. Specifically `server.fs.strict` or `server.fs.allow` settings: see here: https://github.com/vitest-dev/vitest/issues/5723#issuecomment-2110805085 @miketheodorou , the solution is basically to set `server.fs.strict` vite setting to `false` , or...

@Coly010 , thanks for the check-list, I'll add it to the PR to track progress. This PR is still WIP, I just did the most critical work so I can...