{ "$schema": "https://schema.tauri.app/config/2", "productName": "KSP SOL Prices Desk", "identifier": "com.sasedev.ksp-app-solprices-desk", "build": { "beforeDevCommand": { "script": "npm run dev", "cwd": "." }, "devUrl": "http://localhost:1434", "beforeBuildCommand": { "script": "npm run build", "cwd": "." }, "frontendDist": "../../../builds/khadhroony-solana-project/ksp-app-solprices-desk/dist" }, "app": { "windows": [ { "label": "splash", "url": "splash.html", "title": "Chargement — KSP SOL Prices Desk", "width": 960, "height": 637, "resizable": false, "decorations": false, "transparent": true, "center": true, "alwaysOnTop": true }, { "label": "main", "url": "main.html", "title": "KSP SOL Prices Desk", "width": 1500, "height": 960, "minWidth": 1024, "minHeight": 768, "center": true, "visible": false } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/favicon.png", "icons/favicon.ico" ], "resources": { "../../config/composite.ksp-app-solprices-desk.json": "config/composite.ksp-app-solprices-desk.json", "../../config/composite.ksp-app-wallet-desk.json": "config/composite.ksp-app-wallet-desk.json", "../../config/std.logging.json": "config/std.logging.json", "../../config/std.offchain_transport.json": "config/std.offchain_transport.json", "../../config/std.transport.json": "config/std.transport.json", "../../config/std.wallet.json": "config/std.wallet.json", "../../config/schemas/composite.schema.json": "config/schemas/composite.schema.json", "../../config/schemas/std.logging.schema.json": "config/schemas/std.logging.schema.json", "../../config/schemas/std.offchain_transport.schema.json": "config/schemas/std.offchain_transport.schema.json", "../../config/schemas/std.transport.schema.json": "config/schemas/std.transport.schema.json", "../../config/schemas/std.wallet.schema.json": "config/schemas/std.wallet.schema.json" } } }