Skip to content

Commit

Permalink
vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kingRayhan committed May 18, 2023
1 parent 2c4763b commit 8da0111
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 2,
"builds": [
{
"src": "src/main.ts",
"use": "@vercel/node"
}
],
"buildCommand": "npm run build",
"installCommand": "npm install",
"routes": [
{
"src": "/(.*)",
"dest": "src/main.ts",
"methods": ["GET", "POST", "PUT", "DELETE"]
}
]
}

1 comment on commit 8da0111

@vercel
Copy link

@vercel vercel bot commented on 8da0111 May 18, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

api – ./

api-git-main-graphland.vercel.app
api-graphland.vercel.app
api-nine-snowy.vercel.app

Please sign in to comment.