{ "$schema": "https://schema.tauri.app/config/2", "productName": "CTMS", "version": "0.1.0", "identifier": "cn.huapont.ctms.desktop", "build": { "beforeDevCommand": "npm run dev", "devUrl": "http://localhost:5173", "beforeBuildCommand": "npm run build", "frontendDist": "../dist" }, "app": { "windows": [ { "label": "main", "title": "CTMS", "width": 1440, "height": 900, "minWidth": 1180, "minHeight": 760 } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": ["app", "dmg"] } }