Contractless-GUI-Wallet/tauri.conf.json

28 lines
509 B
JSON
Raw Permalink Normal View History

2026-07-01 16:01:30 +00:00
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Contractless Wallet",
"version": "0.1.0",
"identifier": "dev.contractless.wallet",
"build": {
"frontendDist": "frontend"
},
"bundle": {
"active": false
},
"app": {
"withGlobalTauri": true,
"windows": [
{
"title": "Contractless Wallet",
"width": 1180,
"height": 760,
"minWidth": 360,
"minHeight": 620
}
],
"security": {
"csp": null
}
}
}