cardioscreen-api / webapp /vercel.json
CardioScreen AI
Add Dockerfile for HuggingFace Spaces + vercel.json for frontend
3dea2d1
{
"buildCommand": "npm ci && npm run build",
"outputDirectory": "dist",
"framework": "vite",
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}