9 lines
145 B
JSON
9 lines
145 B
JSON
|
|
{
|
||
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
||
|
|
"functions": {
|
||
|
|
"api/verify-google-token.ts": {
|
||
|
|
"maxDuration": 10
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|