123456789101112131415161718192021222324252627282930 |
- {
- "build": {
- "distDir": "../build",
- "devPath": "http://localhost:3000"
- },
- "ctx": {},
- "tauri": {
- "embeddedServer": {
- "active": true
- },
- "bundle": {
- "active": true
- },
- "whitelist": {
- "all": false
- },
- "window": {
- "title": "Tauri App"
- },
- "security": {
- "csp": "default-src data: filesystem: ws: http: https: 'unsafe-eval' 'unsafe-inline'"
- },
- "edge": {
- "active": true
- },
- "automaticStart": {
- "active": true
- }
- }
- }
|