Hello!
I'm trying to migrate my Tauri v1 project to v2 . Despite following the migration guide, I got this error when I'm trying to use the mkdir function.
I've tried to use the key "all" with the value : true but it doesn't do anything.
I'm using Vite + Sveltekit.
"plugins": {
"fs": {
"mkdir": true,
"scope": ["$DOCUMENT/**"]
}
}