|
1 | 1 | { |
2 | | - "$schema": "https://schema.tauri.app/config/2", |
3 | | - "productName": "Cowork Forge", |
4 | | - "version": "2.0.0", |
5 | | - "identifier": "com.coworkforge.gui", |
6 | | - "build": { |
7 | | - "beforeDevCommand": "bun run dev", |
8 | | - "beforeBuildCommand": "bun run build", |
9 | | - "devUrl": "http://localhost:5173", |
10 | | - "frontendDist": "../dist" |
11 | | - }, |
12 | | - "app": { |
13 | | - "withGlobalTauri": true, |
14 | | - "windows": [ |
15 | | - { |
16 | | - "title": "Cowork Forge", |
17 | | - "width": 1080, |
18 | | - "height": 600, |
19 | | - "minWidth": 800, |
20 | | - "minHeight": 600 |
21 | | - } |
22 | | - ], |
23 | | - "security": { "csp": null } |
24 | | - }, |
25 | | - "bundle": { |
26 | | - "active": true, |
27 | | - "targets": "all", |
28 | | - "icon": [ |
29 | | - "icons/icon-rgba.png", |
30 | | - "icons/icon.icns", |
31 | | - "icons/icon.ico" |
32 | | - ] |
33 | | - } |
| 2 | + "$schema": "https://schema.tauri.app/config/2", |
| 3 | + "productName": "Cowork Forge", |
| 4 | + "version": "2.0.0", |
| 5 | + "identifier": "com.coworkforge.gui", |
| 6 | + "build": { |
| 7 | + "beforeDevCommand": "bun run dev", |
| 8 | + "beforeBuildCommand": "bun run build", |
| 9 | + "devUrl": "http://localhost:5173", |
| 10 | + "frontendDist": "../src/dist" |
| 11 | + }, |
| 12 | + "app": { |
| 13 | + "withGlobalTauri": true, |
| 14 | + "windows": [ |
| 15 | + { |
| 16 | + "title": "Cowork Forge", |
| 17 | + "width": 1080, |
| 18 | + "height": 600, |
| 19 | + "minWidth": 800, |
| 20 | + "minHeight": 600 |
| 21 | + } |
| 22 | + ], |
| 23 | + "security": { "csp": null } |
| 24 | + }, |
| 25 | + "bundle": { |
| 26 | + "active": true, |
| 27 | + "targets": "all", |
| 28 | + "icon": ["icons/icon-rgba.png", "icons/icon.icns", "icons/icon.ico"] |
| 29 | + } |
34 | 30 | } |
0 commit comments