Skip to content

Commit

Permalink
build: remove vercel build from vercel config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayobami6 committed Oct 28, 2023
1 parent 1669dbd commit 4b12b94
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions server/vercel.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
{
"version": 2,
"builds": [
{
"src": "tsconfig.json",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/index.js"
"dest": "/"
}
]
}

0 comments on commit 4b12b94

Please sign in to comment.