{ "build": { "beforeDevCommand": "npm run dev", "beforeBuildCommand": "npm run build", "frontendDist": "../dist", "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": "qwit", "version": "0.0.0", "identifier": "com.qwit", "plugins": {}, "app": { "security": { "csp": null }, "windows": [ { "title": "Qwit", "width": 1920, "height": 1080 } ] } }