{ "$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-config-schema/schema.json", "productName": "Agent UI", "version": "0.1.0", "identifier": "com.agentui.desktop", "build": { "frontendDist": "../frontend/dist", "devUrl": "http://localhost:4100", "beforeDevCommand": "", "beforeBuildCommand": "cd frontend && npx vite build" }, "app": { "windows": [ { "title": "Agent UI", "width": 1280, "height": 800, "minWidth": 800, "minHeight": 600, "decorations": false, "resizable": true } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } }