{ "$schema": "https://schema.tauri.app/config/2", "productName": "ezpplauncher", "version": "3.0.0-beta.2", "identifier": "farm.ezpp.launcher", "build": { "beforeDevCommand": "bun run vite:dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "bun run vite:build", "frontendDist": "../build" }, "app": { "windows": [ { "title": "ezpplauncher", "width": 1000, "height": 700, "decorations": false, "resizable": false, "maximizable": false } ], "withGlobalTauri": true, "security": { "csp": null } }, "bundle": { "active": true, "targets": [ "app" ], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } }