File tree Expand file tree Collapse file tree
packages/desktop/src-tauri Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://schema.tauri.app/config/2.json" ,
3- "productName" : " OpenConcho" ,
4- "identifier" : " com.offendingcommit.openconcho" ,
5- "build" : {
6- "frontendDist" : " ../../web/dist" ,
7- "devUrl" : " http://localhost:5173" ,
8- "beforeDevCommand" : " pnpm --filter @openconcho/web dev"
9- },
10- "bundle" : {
11- "active" : true ,
12- "targets" : " all" ,
13- "icon" : [
14- " icons/32x32.png" ,
15- " icons/128x128.png" ,
16- " icons/128x128@2x.png" ,
17- " icons/icon.icns" ,
18- " icons/icon.ico"
19- ]
20- },
21- "app" : {
22- "windows" : [
23- {
24- "title" : " OpenConcho" ,
25- "width" : 1280 ,
26- "height" : 800 ,
27- "minWidth" : 800 ,
28- "minHeight" : 600
29- }
30- ],
31- "security" : {
32- "csp" : null
33- }
34- }
2+ "$schema" : " https://schema.tauri.app/config/2.json" ,
3+ "productName" : " OpenConcho" ,
4+ "identifier" : " com.offendingcommit.openconcho" ,
5+ "build" : {
6+ "frontendDist" : " ../../web/dist" ,
7+ "devUrl" : " http://localhost:5173" ,
8+ "beforeDevCommand" : " pnpm turbo --filter @openconcho/web dev" ,
9+ "beforeBuildCommand" : " pnpm turbo --filter @openconcho/web build"
10+ },
11+ "bundle" : {
12+ "active" : true ,
13+ "targets" : " all" ,
14+ "icon" : [
15+ " icons/32x32.png" ,
16+ " icons/128x128.png" ,
17+ " icons/128x128@2x.png" ,
18+ " icons/icon.icns" ,
19+ " icons/icon.ico"
20+ ]
21+ },
22+ "app" : {
23+ "windows" : [
24+ {
25+ "title" : " OpenConcho" ,
26+ "width" : 1280 ,
27+ "height" : 800 ,
28+ "minWidth" : 800 ,
29+ "minHeight" : 600
30+ }
31+ ],
32+ "security" : {
33+ "csp" : null
34+ }
35+ }
3536}
You can’t perform that action at this time.
0 commit comments