mirror of
https://github.com/soconnor0919/beenvoice.git
synced 2025-12-13 01:24:44 -05:00
Add Turso/Vercel deployment configuration
- Updated database connection to support Turso auth token - Added vercel.json with bun build configuration - Updated environment schema for production deployment - Added new features and components for production readiness
This commit is contained in:
14
vercel.json
Normal file
14
vercel.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"buildCommand": "bun run db:push && bun run build",
|
||||
"installCommand": "bun install --frozen-lockfile",
|
||||
"framework": "nextjs",
|
||||
"functions": {
|
||||
"app/api/**": {
|
||||
"maxDuration": 30
|
||||
},
|
||||
"app/**": {
|
||||
"maxDuration": 30
|
||||
}
|
||||
},
|
||||
"crons": []
|
||||
}
|
||||
Reference in New Issue
Block a user