botserver/tauri.conf.json
Rodrigo Rodriguez (Pragmatismo) 2dca1664dd run
- Database migrations run automatically on startup
- New QUICK_START.md with usage examples and troubleshooting
- Better handling of already-running services
2025-11-28 15:06:30 -03:00

19 lines
331 B
JSON

{
"$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",
"icon": []
}
}