{ "$schema": "https://schema.tauri.app/config/2.0.0-rc", "productName": "Chrys4lide LGO", "version": "0.0.1", "identifier": "org.p4pillon.chrys4lide.lgo", "build": { "beforeDevCommand": { "cwd": "../../frontend", "script": "bun run dev" }, "devUrl": "http://localhost:1420", "beforeBuildCommand": { "cwd": "../../frontend", "script": "bun run generate" }, "frontendDist": "../../frontend/dist" }, "app": { "windows": [ { "title": "Chrys4lide | LG0", "width": 800, "height": 600 } ], "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" ] } }