mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
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.
This commit is contained in:
parent
03c892aac0
commit
81ee9bdb46
3 changed files with 118 additions and 0 deletions
8
vercel.json
Normal file
8
vercel.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"functions": {
|
||||
"api/**/*.js": {
|
||||
"maxDuration": 300
|
||||
}
|
||||
},
|
||||
"buildCommand": "npm run build-db && npm run build"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue