Skip to content

Commit

Permalink
chore: configure Vercel deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
fedragon committed Jul 2, 2024
1 parent ec509e4 commit 1e6b0fb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"regions": ["dub1"],
"functions": {
"api/**/*": {
"maxDuration": 5,
"memory": 256
}
}
}

0 comments on commit 1e6b0fb

Please sign in to comment.