mirror of
https://github.com/soconnor0919/beenvoice.git
synced 2025-12-11 08:34:43 -05:00
- 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
15 lines
269 B
JSON
15 lines
269 B
JSON
{
|
|
"buildCommand": "bun run db:push && bun run build",
|
|
"installCommand": "bun install --frozen-lockfile",
|
|
"framework": "nextjs",
|
|
"functions": {
|
|
"app/api/**": {
|
|
"maxDuration": 30
|
|
},
|
|
"app/**": {
|
|
"maxDuration": 30
|
|
}
|
|
},
|
|
"crons": []
|
|
}
|