{ "$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-cli/schema.json", "productName": "Fischer AgentKit", "version": "0.1.0", "identifier": "com.fischer.agentkit", "build": { "beforeDevCommand": "cd src/agentkit/server/frontend && npm run dev:frontend", "devUrl": "http://localhost:5173", "beforeBuildCommand": "cd src/agentkit/server/frontend && npm run build:frontend", "frontendDist": "../src/agentkit/server/static" }, "app": { "windows": [ { "label": "splash", "title": "Fischer AgentKit", "width": 400, "height": 280, "resizable": false, "decorations": false, "center": true, "visible": true, "url": "/splash.html" }, { "label": "main", "title": "Fischer AgentKit", "width": 1280, "height": 800, "resizable": true, "fullscreen": false, "decorations": false, "center": true, "visible": false } ], "security": { "csp": "default-src 'self'; script-src 'self' 'unsafe-eval'; connect-src 'self' http://127.0.0.1:* ws://127.0.0.1:*; style-src 'self' 'unsafe-inline'; img-src 'self' data: asset: https://asset.localhost" } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png" ], "externalBin": [ "binaries/agentkit-server" ], "resources": [] } }