Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeine-addictt committed Mar 21, 2024
1 parent b0c8b2f commit ef2d869
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions server/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"version": 2,
"builds": [
{
"src": "/api/index.ts",
"src": "*.html",
"use": "@vercel/static"
},
{
"src": "*.ts",
"use": "@vercel/node"
}
],
Expand All @@ -13,7 +17,7 @@
},
{
"source": "/:path*",
"destination": "/api/index.js"
"destination": "/api/index.ts"
}
]
}

0 comments on commit ef2d869

Please sign in to comment.