fix: update assetProtocol scope configuration in tauri.conf.json

This commit is contained in:
ByteAtATime 2025-06-19 21:14:25 -07:00
parent 29dae86fc5
commit 3226fe5189
No known key found for this signature in database

View file

@ -29,7 +29,10 @@
"csp": "http://asset.localhost",
"assetProtocol": {
"enable": true,
"scope": ["**"]
"scope": {
"requireLiteralLeadingDot": false,
"allow": ["**/*"]
}
}
}
},