Skip to content

Commit

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

0 comments on commit 334b0b1

Please sign in to comment.