{ "$schema": "https://schema.tauri.app/config/2", "productName": "Tauri Git Lite", "version": "0.1.0", "identifier": "com.example.tauri-git-lite", "build": { "beforeDevCommand": "npm run dev", "devUrl": "http://127.0.0.1:1420", "beforeBuildCommand": "npm run build", "frontendDist": "../dist" }, "app": { "windows": [ { "label": "main", "title": "Tauri Git Lite", "width": 1200, "height": 800, "minWidth": 900, "minHeight": 600 } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": "all", "icon": ["icons/icon.ico"] } }