Skip to content

Commit

Permalink
fix: removed builds
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorpfiz committed May 10, 2024
1 parent e7b3d60 commit 1ad2af7
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions apps/api/vercel.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
{
"version": 2,
"builds": [
{
"src": "/src/main.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "src/main.py"
}
],
"env": {
"APP_MODULE": "src.main:app"
}
]
}

0 comments on commit 1ad2af7

Please sign in to comment.