Skip to content

Commit

Permalink
vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
skywarth committed Jul 5, 2024
1 parent cff6d8b commit 81b900e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"version": 2,
"builds": [
{ "src": "api/github/webhooks/serverless.ts", "use": "@vercel/node" }
],
"routes": [
{ "src": "/api/github/webhooks", "dest": "api/github/webhooks/serverless.ts" },
{ "src": "/", "dest": "/public/index.html" }
]
}

0 comments on commit 81b900e

Please sign in to comment.