Skip to content

Commit cf2527f

Browse files
authored
chore: simplify vercel.json functions configuration (#936)
1 parent b876982 commit cf2527f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

vercel.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"functions": {
3-
"api/*.ts": {
4-
"memory": 128,
3+
"api/*": {
54
"maxDuration": 10
65
}
76
},

0 commit comments

Comments
 (0)