Skip to content

Commit 915aea7

Browse files
authored
Merge pull request #12 from sopaco/v2
Update frontendDist path in tauri configuration
2 parents ec5e45d + 9f4b756 commit 915aea7

File tree

1 file changed

+28
-32
lines changed

1 file changed

+28
-32
lines changed
Lines changed: 28 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,30 @@
11
{
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+
}
3430
}

0 commit comments

Comments
 (0)