botserver/tauri.conf.json

20 lines
331 B
JSON
Raw Normal View History

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "General Bots",
"version": "6.0.8",
"identifier": "br.com.pragmatismo",
"build": {
"frontendDist": "./ui/suite"
},
"app": {
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": "all",
2025-11-23 20:12:09 -03:00
"icon": []
}
}