{ "build": { "beforeDevCommand": "npm run dev", "beforeBuildCommand": "pnpm run build", "devPath": "http://localhost:1420", "distDir": "../dist", "withGlobalTauri": false }, "package": { "productName": "AppFlowy", "version": "0.0.0" }, "tauri": { "allowlist": { "all": false, "shell": { "all": false, "open": true }, "fs": { "all": true, "scope": [ "$APPLOCALDATA/**", "$APPLOCALDATA/images/*" ], "readFile": true, "writeFile": true, "readDir": true, "copyFile": true, "createDir": true, "removeDir": true, "removeFile": true, "renameFile": true, "exists": true }, "clipboard": { "all": true, "writeText": true, "readText": true } }, "bundle": { "active": true, "category": "DeveloperTool", "copyright": "", "deb": { "depends": [] }, "externalBin": [], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "identifier": "com.appflowy.tauri", "longDescription": "", "macOS": { "entitlements": null, "exceptionDomain": "", "frameworks": [], "providerShortName": null, "signingIdentity": null, "minimumSystemVersion": "10.15.0" }, "resources": [], "shortDescription": "", "targets": "all", "windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256", "timestampUrl": "" } }, "security": { "csp": null }, "updater": { "active": false }, "windows": [ { "fileDropEnabled": false, "fullscreen": false, "height": 800, "resizable": true, "title": "AppFlowy", "width": 1200, "minWidth": 800, "minHeight": 600 } ] } }