{ "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "Flotilla", "mainBinaryName": "flotilla", "identifier": "social.flotilla.app", "build": { "beforeDevCommand": "pnpm dev", "beforeBuildCommand": "pnpm build", "devUrl": "http://localhost:1847", "frontendDist": "../build" }, "app": { "security": { "capabilities": ["default"] }, "windows": [ { "label": "main", "title": "Flotilla", "width": 1240, "height": 775, "resizable": true } ] }, "bundle": { "active": false, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } }