1234567891011121314151617181920212223242526 |
- {
- "ctx": {},
- "tauri": {
- "embeddedServer": {
- "active": false
- },
- "bundle": {
- "active": true
- },
- "whitelist": {
- "all": false
- },
- "window": {
- "title": "Vue CLI App"
- },
- "security": {
- "csp": "default-src blob: data: filesystem: ws: http: https: 'unsafe-eval' 'unsafe-inline'"
- },
- "edge": {
- "active": true
- },
- "automaticStart": {
- "active": true
- }
- }
- }
|