{ "$schema": "https://schema.tauri.app/config/2", "productName": "Work", "version": "0.0.1", "identifier": "com.vincent.workapp", "build": { "beforeDevCommand": "npm run dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "npm run build", "frontendDist": "../dist" }, "app": { "windows": [ { "label": "main", "title": "Work", "width": 1440, "height": 900, "minWidth": 900, "minHeight": 600, "center": true, "hiddenTitle": true } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": [ "app" ], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } }