{ "$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-cli/schema.json", "productName": "Foundry", "version": "0.1.0", "identifier": "dev.sandboxagent.foundry", "build": { "beforeDevCommand": "FOUNDRY_FRONTEND_CLIENT_MODE=mock VITE_DESKTOP=1 pnpm --filter @sandbox-agent/foundry-frontend dev", "devUrl": "http://localhost:4173", "frontendDist": "../frontend-dist" }, "app": { "windows": [], "security": { "csp": null } }, "bundle": { "active": true, "targets": ["dmg", "app"], "icon": ["icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico"], "macOS": { "signingIdentity": null }, "externalBin": ["sidecars/foundry-backend"] }, "plugins": { "shell": { "open": true } } }