fix: ignore permission errors by default

This commit is contained in:
Daniel Roe 2025-01-15 22:25:29 +00:00
parent e8716af268
commit c7f31db9c6
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

View File

@ -523,6 +523,7 @@ export default defineUntypedSchema({
*/
chokidar: {
ignoreInitial: true,
ignorePermissionErrors: true,
},
},