Skip to content

Commit

Permalink
feat: Add vercel config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradumnasaraf authored Jun 29, 2022
1 parent c6b1d32 commit 827cffa
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions api/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Team-Moon-API",
"version": 2,
"builds": [
{
"src": "./index.js",
"use": "@vercel/node"
}
],
"rewrites": [
{
"source": "/(.*)",
"destination": "/"
}
]
}

1 comment on commit 827cffa

@vercel
Copy link

@vercel vercel bot commented on 827cffa Jun 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.