Vercel maxDuration with tRPC
How do you extend extend tRPC timeouts on Vercel? I tried this in
vercel.json:vercel.jsonvercel.json:{
"functions": {
"api/trpc/[trpc].ts": {
"maxDuration": 300
}
}
}{
"functions": {
"api/trpc/[trpc].ts": {
"maxDuration": 300
}
}
}