{ "$schema": "https://schema.tauri.app/config/2", "productName": "Faro", "version": "1.1.0", "identifier": "com.faro.app", "build": { "beforeDevCommand": "pnpm dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "pnpm build", "frontendDist": "../build" }, "app": { "windows": [ { "title": "Faro", "width": 1100, "height": 720, "minWidth": 800, "minHeight": 520, "resizable": true } ], "security": {} }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/64x64.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.png", "icons/icon.icns", "icons/icon.ico" ] } }