{ "$schema": "https://schema.tauri.app/config/2", "productName": "EasySQL", "version": "1.0.0", "identifier": "com.easysql.app", "build": { "beforeDevCommand": "npm run dev", "devUrl": "http://localhost:5173", "beforeBuildCommand": "npm run build", "frontendDist": "../dist" }, "app": { "withGlobalTauri": true, "windows": [ { "title": "EasySQL", "width": 1400, "height": 900, "minWidth": 1100, "minHeight": 700, "center": true, "decorations": false, "transparent": false, "resizable": true } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "windows": { "webviewInstallMode": { "type": "downloadBootstrapper" } } }, "plugins": { "shell": { "open": true } } }