{ "$schema": "https://schema.tauri.app/config/2", "productName": "colibrì", "version": "0.1.0", "identifier": "org.colibri.desktop", "build": { "beforeDevCommand": "npm --prefix ../web run dev", "devUrl": "http://localhost:5173", "beforeBuildCommand": "npm --prefix ../web run build", "frontendDist": "../../web/dist" }, "app": { "windows": [ { "label": "main", "title": "colibrì", "width": 1280, "height": 820, "minWidth": 860, "minHeight": 600, "center": true, "resizable": true } ], "security": { "csp": "default-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' asset: http://asset.localhost; connect-src 'self' ipc: http://ipc.localhost http://127.0.0.1:* http://localhost:*" } }, "bundle": { "active": true, "targets": "all", "category": "DeveloperTool", "shortDescription": "Local interface for the colibri inference engine", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } }