mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-02 14:22:28 +08:00
13 lines
233 B
JSON
13 lines
233 B
JSON
|
|
{
|
||
|
|
"functions": {
|
||
|
|
"app/api/chat/route.ts": {
|
||
|
|
"memory": 512,
|
||
|
|
"maxDuration": 120
|
||
|
|
},
|
||
|
|
"app/api/**/route.ts": {
|
||
|
|
"memory": 256,
|
||
|
|
"maxDuration": 10
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|