{ "build": { "distDir": "../dist", "devPath": "http://localhost:5173/", "beforeDevCommand": "pnpm dev", "beforeBuildCommand": "pnpm build", "withGlobalTauri": false }, "tauri": { "bundle": { "active": true, "targets": "all", "identifier": "com.tauri.dev", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "resources": [], "externalBin": [], "copyright": "", "category": "DeveloperTool", "shortDescription": "", "longDescription": "", "deb": { "depends": [] }, "macOS": { "frameworks": [], "minimumSystemVersion": "", "exceptionDomain": "" } }, "windows": [ { "title": "Tauri App", "width": 800, "height": 600, "resizable": true, "fullscreen": false } ], "security": { "csp": null } } }