{ "$schema": "https://schema.tauri.app/config/2", "productName": "tauri-template", "version": "0.1.0", "identifier": "com.xiong.tauri-template", "build": { "beforeDevCommand": "", "devUrl": "http://localhost:51515/root/light-code-center/", "beforeBuildCommand": "", "frontendDist": "../dist" }, "app": { "windows": [ { "url": "http://localhost:51515/root/light-code-center/", "title": "tauri-template", "width": 800, "height": 600 } ], "security": { "csp": "default-src 'self' http://localhost:51515 https://*.kevisual.cn; connect-src 'self' https://* wss://*" } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } }