arena-learning / studyArena /vercel.json
NitishStark's picture
Upload folder using huggingface_hub
c20f20c verified
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"framework": "nextjs",
"installCommand": "pnpm install",
"buildCommand": "pnpm build",
"functions": {
"app/api/**/*.ts": {
"maxDuration": 300
}
}
}