Skip to content

Commit

Permalink
Changed vercel package
Browse files Browse the repository at this point in the history
  • Loading branch information
Avelous committed Feb 11, 2024
1 parent 3b08b9f commit f759152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": 2,
"name": "dicedemo-backend",
"builds": [
{ "src": "index.ts", "use": "@vercel/ts-node" }
{ "src": "index.ts", "use": "@vercel/node" }
],
"routes": [
{ "src": "/(.*)", "dest": "/index.ts" }
Expand Down

0 comments on commit f759152

Please sign in to comment.