Files
rabby/src-tauri/tauri.conf.json
T
2026-07-06 10:44:47 +00:00

15 lines
394 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Rabby",
"version": "0.1.0",
"identifier": "com.thetomyou.rabby",
"build": { "frontendDist": "../ui" },
"app": {
"windows": [
{ "title": "Rabby", "width": 1240, "height": 760, "minWidth": 960, "minHeight": 620 }
],
"security": { "csp": null }
},
"bundle": { "active": true, "targets": "all" }
}