kuamail/kua.json

44 lines
1006 B
JSON

{
"name": "kuamail-frontend",
"version": "0.1.0",
"description": "Gmail-exact mail client — Vite + React SPA, Capacitor-ready",
"type": "frontend",
"framework": "vite-react",
"repository": "git@git.kua.cl:kavi/kuamail.git",
"stack": {
"frontend": {
"runtime": "node",
"framework": "vite",
"version": "22"
}
},
"services": {
"dev": { "port": 5173, "healthcheck": "/" },
"preview": { "port": 4173, "healthcheck": "/" }
},
"environments": {
"development": {
"domain": "mail.dev.kua.cl",
"server": "gal",
"api_base": "http://localhost:3800"
},
"production": {
"domain": "mail.kua.cl",
"server": "bruno",
"api_base": "https://api.mail.kua.cl"
}
},
"health": {
"endpoint": "/",
"timeout": 10,
"expected_status": 200
},
"git": {
"repository": "ssh://git@git.kua.cl:2222/kavi/kuamail.git",
"branch": {
"development": "main",
"production": "production"
}
}
}