Skip to content

Commit

Permalink
fix: max size python
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorpfiz committed May 10, 2024
1 parent 767b1aa commit 1f0e76d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions apps/api/.vercelignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.next
*.cache
node_modules
public
4 changes: 3 additions & 1 deletion apps/api/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
],
"env": {
"APP_MODULE": "src.main:app"
}
},
"cleanUrls": true,
"trailingSlash": false
}

0 comments on commit 1f0e76d

Please sign in to comment.