Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
feat: added vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreesanjay committed Mar 10, 2024
1 parent 59d7503 commit ea89541
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions server/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": 2,
"builds": [
{
"src": "app.js",
"use": "@now/node"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "app.js"
}
]
}

0 comments on commit ea89541

Please sign in to comment.