{ "$schema": "https://schema.tauri.app/config/2", "productName": "Mesh Agent", "version": "0.1.0", "identifier": "com.mesh.agent", "build": { "beforeBuildCommand": "npm run build", "beforeDevCommand": "npm run dev", "devUrl": "http://localhost:5173", "frontendDist": "../dist" }, "app": { "windows": [ { "title": "Mesh Agent", "width": 1080, "height": 720, "resizable": true } ], "security": { "csp": null } } }