12 lines
228 B
JSON
12 lines
228 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"framework": "nextjs",
|
|
"installCommand": "pnpm install",
|
|
"buildCommand": "pnpm build",
|
|
"functions": {
|
|
"app/api/**/*.ts": {
|
|
"maxDuration": 300
|
|
}
|
|
}
|
|
}
|