{ "$schema": "https://schema.tauri.app/config/2", "productName": "Trackeep Desktop", "version": "1.0.0", "identifier": "com.trackeep.desktop", "build": { "beforeDevCommand": "npm run dev", "beforeBuildCommand": "npm run build", "devUrl": "http://127.0.0.1:1420", "frontendDist": "../dist" }, "app": { "windows": [], "security": { "csp": null } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/icon.png" ] } }