{ "build": { "beforeDevCommand": "pnpm dev", "beforeBuildCommand": "pnpm build", "frontendDist": "../build", "devUrl": "http://localhost:1420" }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] }, "productName": "esix-client", "mainBinaryName": "esix-client", "version": "0.0.0", "identifier": "de.dhalucario.esix-client", "plugins": {}, "app": { "windows": [ { "fullscreen": false, "resizable": true, "title": "esix-client", "width": 800, "height": 600 } ], "security": { "csp": null } } }