Skip to content

Commit

Permalink
fix: remove includeFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderNekr committed Jun 23, 2024
1 parent 2c7552a commit 4878b3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"builds": [
{
"src": "src/index.ts",
"use": "@vercel/node",
"config": { "includeFiles": ["**/*"] }
"use": "@vercel/node"
}
],
"routes": [
Expand Down

0 comments on commit 4878b3d

Please sign in to comment.