592c82816a
This reverts commit 4e4e06ec8a.
12 lines
398 B
JSON
12 lines
398 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"framework": "nextjs",
|
|
"functions": {
|
|
"app/api/start/route.ts": { "maxDuration": 60 },
|
|
"app/api/scene/route.ts": { "maxDuration": 60 },
|
|
"app/api/vision/route.ts": { "maxDuration": 60 },
|
|
"app/api/insert-beat/route.ts": { "maxDuration": 60 },
|
|
"app/api/beat-audio/route.ts": { "maxDuration": 30 }
|
|
}
|
|
}
|