Skip to content

Commit 357518c

Browse files
committed
vercel config
1 parent cb42a80 commit 357518c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

vercel.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"functions": {
3+
"app/**/*.js": {
4+
"maxDuration": 300,
5+
"memory": 2048
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)