{ "$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/tooling/cli/schema.json", "productName": "Concept Maker", "version": "0.1.0", "identifier": "com.giers.conceptmaker", "build": { "beforeDevCommand": "npm run dev:vite", "beforeBuildCommand": "npm run build", "devUrl": "http://127.0.0.1:5173", "frontendDist": "../dist" }, "app": { "windows": [ { "label": "main", "title": "Idea -> Concept", "width": 1200, "height": 820, "minWidth": 900, "minHeight": 640 } ] }, "bundle": { "active": true, "targets": "all", "icon": ["icons/icon.png"] } }