{ "$schema": "https://schema.tauri.app/config/2", "productName": "spacesh", "version": "0.1.0", "identifier": "xyz.spacesh.app", "build": { "frontendDist": "../dist", "devUrl": "http://localhost:1420", "beforeDevCommand": "npm run dev", "beforeBuildCommand": "npm run build" }, "app": { "windows": [{ "title": "spacesh", "width": 1100, "height": 720 }], "security": { "csp": null } } }