feat: habilitar provisionamento desktop e rotas CORS

This commit is contained in:
Esdras Renan 2025-10-08 23:07:49 -03:00
parent 7569986ffc
commit 152550a9a0
19 changed files with 1806 additions and 211 deletions

View file

@ -1,21 +1,22 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "appsdesktop",
"productName": "Sistema de Chamados Desktop",
"version": "0.1.0",
"identifier": "com.renan.appsdesktop",
"identifier": "br.com.esdrasrenan.sistemadechamados",
"build": {
"beforeDevCommand": "",
"devUrl": "http://localhost:3000",
"beforeBuildCommand": "",
"frontendDist": ""
"beforeDevCommand": "pnpm run dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "pnpm run build",
"frontendDist": "../dist"
},
"app": {
"withGlobalTauri": true,
"windows": [
{
"title": "appsdesktop",
"width": 800,
"height": 600
"title": "Sistema de Chamados",
"width": 1100,
"height": 720,
"resizable": true
}
],
"security": {