{ "identifier": "com.cslab.dcs.editor", "build": { "beforeDevCommand": "npm run dev", "beforeBuildCommand": "npm run build", "devUrl": "http://localhost:1420", "frontendDist": "../dist" }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] }, "app": { "withGlobalTauri": true, "windows": [ { "title": "DCS Editor", "width": 800, "height": 600 } ], "security": { "csp": null } }, "plugins": { "fs": {} } }