{ "$schema": "https://schema.tauri.app/config/2", "productName": "haex-hub", "version": "0.1.3", "identifier": "space.haex.hub", "build": { "beforeDevCommand": "pnpm dev", "devUrl": "http://localhost:3003", "beforeBuildCommand": "pnpm generate", "frontendDist": "../.output/public" }, "app": { "windows": [ { "title": "haex-hub", "width": 800, "height": 600, "devtools": true } ], "security": { "csp": null, "assetProtocol": { "enable": true, "scope": ["$APPDATA", "$RESOURCE"] } } }, "bundle": { "active": true, "targets": ["deb"], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "resources": ["database/vault.db"], "linux": { "appimage": { "bundleMediaFramework": false, "files": {} }, "deb": { "files": {} }, "rpm": { "epoch": 0, "files": {}, "release": "1" } } } }