tauri.conf.json json
39 lines 1.0 KB
Raw
sha256:a78e7e5a8740e03315f325d19edeb3aa1b306b3337d04abbaa9a9e0f3bbeb7a1 docs: MuseHub-first before ISR #74 — staging solidify NEXT Human 13 hours 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:a78e7e5a8740e03315f325d19edeb3aa1b306b3337d04abbaa9a9e0f3bbeb7a1 docs: MuseHub-first before ISR #74 — staging solidify NEXT Human 13 hours ago