mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 13:17:19 +01:00
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.
8 lines
132 B
JSON
8 lines
132 B
JSON
{
|
|
"functions": {
|
|
"api/**/*.js": {
|
|
"maxDuration": 300
|
|
}
|
|
},
|
|
"buildCommand": "npm run build-db && npm run build"
|
|
}
|