{ "build": { "beforeDevCommand": "", "beforeBuildCommand": "", "devPath": "http://localhost:1420", "distDir": "../dist" }, "package": { "productName": "VRCT", "version": "0.0.0" }, "tauri": { "allowlist": { "all": false, "window": { "setAlwaysOnTop": true, "setDecorations": true }, "shell": { "all": false, "open": true, "sidecar": true, "scope": [ { "name": "bin/backend", "sidecar": true,"args": true } ] } }, "windows": [ { "title": "VRCT", "width": 870, "height": 654, "transparent": true, "decorations": false } ], "security": { "csp": null }, "bundle": { "active": true, "targets": "all", "identifier": "com.vrct.dev", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "externalBin": [ "bin/backend" ], "resources":{ "bin/_internal": "_internal" } } } }