tauri.conf.json
json
sha256:0e9549ec7b463911bc08b7d586dc320b1ac9b1f5c943ee7e3865dcc6cb0f6f83
chore(governance): sync handover+roadmap to 84db8c8 (drift:…
Human
1 day ago
| 1 | { |
| 2 | "$schema": "https://schema.tauri.app/config/2", |
| 3 | "productName": "Overseer Kit", |
| 4 | "version": "0.1.0", |
| 5 | "identifier": "com.overseer.kit.desktop", |
| 6 | "build": { |
| 7 | "beforeBuildCommand": "../scripts/bundle-desktop-kit.sh", |
| 8 | "frontendDist": "../src" |
| 9 | }, |
| 10 | "app": { |
| 11 | "withGlobalTauri": false, |
| 12 | "windows": [ |
| 13 | { |
| 14 | "label": "main", |
| 15 | "title": "Overseer Kit", |
| 16 | "width": 1200, |
| 17 | "height": 800, |
| 18 | "url": "about:blank" |
| 19 | } |
| 20 | ], |
| 21 | "security": { |
| 22 | "csp": "default-src 'self' http://127.0.0.1:* http://localhost:*; connect-src 'self' http://127.0.0.1:* http://localhost:*; script-src 'self' 'unsafe-inline' http://127.0.0.1:* http://localhost:*; style-src 'self' 'unsafe-inline' http://127.0.0.1:* http://localhost:*" |
| 23 | } |
| 24 | }, |
| 25 | "bundle": { |
| 26 | "active": true, |
| 27 | "targets": "all", |
| 28 | "resources": [ |
| 29 | "resources/kit/" |
| 30 | ], |
| 31 | "icon": [ |
| 32 | "icons/32x32.png", |
| 33 | "icons/128x128.png", |
| 34 | "icons/[email protected]", |
| 35 | "icons/icon.icns", |
| 36 | "icons/icon.ico" |
| 37 | ] |
| 38 | } |
| 39 | } |
File History
1 commit
sha256:6abcf1fa82a7a621ccbc945f19acdba5bc0db54569599404a1452fb4a096a199
fix(ISR): default require_independent_second_reviewer to require
Human
minor
⚠
1 day ago