{ "build": { "beforeDevCommand": "trunk serve", "beforeBuildCommand": "trunk build", "devPath": "http://localhost:1420", "distDir": "../dist", "withGlobalTauri": true }, "package": { "productName": "markdown-renderer", "version": "0.0.0" }, "tauri": { "allowlist": { "all": false, "shell": { "all": false, "open": true } }, "bundle": { "active": true, "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "identifier": "com.markdown-renderer.dev", "targets": "all" }, "cli": { "description": "", "longDescription": "", "beforeHelp": "", "afterHelp": "", "args": [ { "name": "source", "index": 1, "takesValue": true } ] }, "security": { "csp": null }, "updater": { "active": false }, "windows": [ { "fullscreen": false, "resizable": true, "title": "markdown-renderer", "width": 800, "height": 600 } ] } }