{ "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "godoos", "version": "0.1.0", "identifier": "com.tauri.dev", "build": { "frontendDist": "../dist", "devUrl": "http://localhost:8868", "beforeDevCommand": "npm run dev", "beforeBuildCommand": "npm run build" }, "app": { "windows": [ { "title": "GodoOS", "width": 1024, "height": 768, "resizable": true, "fullscreen": true } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } }