Skip to content

Commit

Permalink
feat: add vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdomi committed Jun 27, 2024
1 parent b4300df commit 87a5677
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"version": 2,
"builds": [
{
"src": "dist/src/main.js",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "dist/src/main.js",
"methods": ["GET", "POST", "PATCH", "DELETE"]
}
]
}

0 comments on commit 87a5677

Please sign in to comment.