13 lines
185 B
JSON
13 lines
185 B
JSON
{
|
|
"functions": {
|
|
"src/app/api/*/route.ts": {
|
|
"maxDuration": 30
|
|
}
|
|
},
|
|
"rewrites": [
|
|
{
|
|
"source": "/api/:path*",
|
|
"destination": "/api/:path*"
|
|
}
|
|
]
|
|
} |