umami/vercel.json
Claude 81ee9bdb46
Fix Vercel deployment hanging issue
Added directUrl configuration to Prisma schema and created vercel.json
with extended timeout settings to resolve deployment hangs after database
check. Includes comprehensive deployment guide for Supabase setup.
2025-11-11 05:26:14 +00:00

8 lines
132 B
JSON

{
"functions": {
"api/**/*.js": {
"maxDuration": 300
}
},
"buildCommand": "npm run build-db && npm run build"
}