{ "$schema": "https://schema.tauri.app/config/2", "productName": "issue", "version": "0.1.0", "identifier": "com.hex248.issue", "build": { "beforeDevCommand": "bun run dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "bun run build", "frontendDist": "../dist" }, "app": { "windows": [ { "title": "Issue Project Manager", "width": 1600, "height": 900, "minWidth": 640, "minHeight": 360, "decorations": false } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": "all" } }