Skip to content

Commit

Permalink
vercel-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Aneeshaik committed Jul 30, 2024
1 parent 9d04c68 commit 964dae2
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": "app.js",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "app.js"
}
]
}

0 comments on commit 964dae2

Please sign in to comment.