N
Nuxt2y ago
u007

how to set duration limit for function on vercel?

what is the vercel.json or nuxt config to configure function duration limit or timeout on vercel?
1 Reply
u007
u007OP2y ago
nvm found it, nuxt.config.ts
nitro: {
vercel: {
functions: {
maxDuration: 60,
}
}
},
nitro: {
vercel: {
functions: {
maxDuration: 60,
}
}
},
Want results from more Discord servers?
Add your server