{ "$schema": "https://schema.tauri.app/config/2", "productName": "Parking System", "version": "0.0.0", "identifier": "com.parking.desktop", "build": { "devUrl": "http://localhost:5173", "frontendDist": "../../web/dist", "beforeDevCommand": "pnpm --filter @parking/web dev", "beforeBuildCommand": "pnpm --filter @parking/web build" }, "app": { "windows": [ { "label": "main", "title": "Parking System", "width": 1280, "height": 800, "minWidth": 1024, "minHeight": 640, "resizable": true, "maximized": true, "fullscreen": false } ], "security": { "csp": "default-src 'self'; img-src 'self' data: blob:; style-src 'self' 'unsafe-inline'; connect-src 'self' http://127.0.0.1:3000 http://localhost:3000 ws://127.0.0.1:3000 ws://localhost:3000" } }, "bundle": { "active": true, "targets": "all", "createUpdaterArtifacts": true, "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] }, "plugins": { "updater": { "endpoints": [ "https://UPDATES.EXAMPLE.invalid/parking/{{target}}/{{arch}}/{{current_version}}" ], "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDgxNzg5RUQ1QkM0Q0FDRjYKUldUMnJFeTgxWjU0Z1RlNmhneDVZQlVVTVZZdGhJTkUxTGdDeGYwQSttZmNKVVp5WEdVMWlBb1YK" } } }