{ "buildCommand": "bun run db:push && bun run build", "installCommand": "bun install --frozen-lockfile", "framework": "nextjs", "functions": { "app/api/**": { "maxDuration": 30 }, "app/**": { "maxDuration": 30 } }, "crons": [] }