Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
sagnik3788 authored Jan 7, 2024
1 parent ec44a8a commit f3084b3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": 2,
"builds": [
{
"src": "src/user-server.js",
"use": "@vercel/node"
}
],
"routes": [
{ "src": "/(.*)", "dest": "src/user-server.js" }
],
"public": true
}

2 comments on commit f3084b3

@vercel
Copy link

@vercel vercel bot commented on f3084b3 Jan 7, 2024

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on f3084b3 Jan 7, 2024

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.