Skip to content

Commit

Permalink
Merge pull request #1 from nectariferous/main
Browse files Browse the repository at this point in the history
Create vercel.json
  • Loading branch information
nectariferous authored Jul 18, 2024
2 parents af2fc7a + d3d4b51 commit 34dd423
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": 2,
"builds": [
{
"src": "server.js",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/api/(.*)",
"dest": "server.js"
},
{
"src": "/(.*)",
"dest": "server.js"
}
]
}

0 comments on commit 34dd423

Please sign in to comment.