Add asset protocol support to Tauri configuration and dependencies
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
"readFile": true,
|
||||
"readDir": true,
|
||||
"scope": ["**"]
|
||||
},
|
||||
"protocol": {
|
||||
"asset": true,
|
||||
"assetScope": ["**"]
|
||||
}
|
||||
},
|
||||
"bundle": {
|
||||
|
||||
Reference in New Issue
Block a user