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