feat: adicionar painel de máquinas e autenticação por agente

This commit is contained in:
Esdras Renan 2025-10-07 21:37:41 -03:00
parent e2a5b560b1
commit ee18619519
52 changed files with 7598 additions and 1 deletions

View file

@ -0,0 +1,36 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "appsdesktop",
"version": "0.1.0",
"identifier": "com.renan.appsdesktop",
"build": {
"beforeDevCommand": "",
"devUrl": "http://localhost:3000",
"beforeBuildCommand": "",
"frontendDist": ""
},
"app": {
"withGlobalTauri": true,
"windows": [
{
"title": "appsdesktop",
"width": 800,
"height": 600
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
}
}