Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
add vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bigansh committed May 10, 2021
1 parent 65700f4 commit b156122
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"version": 2,
"builds": [
{
"src": "app.js",
"use": "@now/node-server"
}
]
}

1 comment on commit b156122

@vercel
Copy link

@vercel vercel bot commented on b156122 May 10, 2021

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.