mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-22 03:12:41 +00:00
fix: ignore permission errors by default
This commit is contained in:
parent
e8716af268
commit
c7f31db9c6
@ -523,6 +523,7 @@ export default defineUntypedSchema({
|
|||||||
*/
|
*/
|
||||||
chokidar: {
|
chokidar: {
|
||||||
ignoreInitial: true,
|
ignoreInitial: true,
|
||||||
|
ignorePermissionErrors: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user