mirror of
https://github.com/different-ai/openwork
synced 2026-04-26 01:25:10 +02:00
35 lines
687 B
JSON
35 lines
687 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "OpenWork",
|
|
"version": "0.1.3",
|
|
"identifier": "com.differentai.openwork",
|
|
"build": {
|
|
"beforeDevCommand": "pnpm dev:web",
|
|
"beforeBuildCommand": "pnpm build:web",
|
|
"devUrl": "http://localhost:5173",
|
|
"frontendDist": "../dist"
|
|
},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "OpenWork",
|
|
"width": 1180,
|
|
"height": 820,
|
|
"resizable": true
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
]
|
|
}
|
|
}
|