Add asset protocol support to Tauri configuration and dependencies

This commit is contained in:
2026-05-07 10:46:09 +02:00
parent 460e85202a
commit 6bdb7366ad
3 changed files with 6 additions and 2 deletions

View File

@@ -15,6 +15,10 @@
"readFile": true,
"readDir": true,
"scope": ["**"]
},
"protocol": {
"asset": true,
"assetScope": ["**"]
}
},
"bundle": {