Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
henriqueweiand committed Mar 7, 2024
1 parent 8f1878b commit 1634ea5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"buildCommand": "yarn build",
"builds": [
{
"src": "src/main.ts",
"src": "main.js",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "src/main.ts",
"dest": "main.js",
"methods": [
"GET",
"POST",
Expand All @@ -22,4 +22,4 @@
]
}
]
}
}

0 comments on commit 1634ea5

Please sign in to comment.