{ "productName": "devflow", "version": "0.1.0", "identifier": "top.1216.devflow", "build": { "beforeDevCommand": "bun dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "bun run build", "frontendDist": "../dist" }, "app": { "windows": [ { "title": "DevFlow", "width": 1024, "height": 768, "resizable": true, "fullscreen": false, "devtools": true } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": ["nsis"], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } }