Files
next-ai-draw-io/vercel.json
T

13 lines
233 B
JSON
Raw Normal View History

{
"functions": {
"app/api/chat/route.ts": {
"memory": 512,
"maxDuration": 300
},
"app/api/**/route.ts": {
"memory": 256,
"maxDuration": 10
}
}
}