verceljson

This commit is contained in:
tonyrewin 2022-12-03 16:11:39 +03:00
parent 05494e4cc8
commit a17811d789

8
vercel.json Normal file
View File

@ -0,0 +1,8 @@
{
"functions": {
"src/pages/api/**/*": {
"memory": 3008,
"maxDuration": 30
}
}
}