Skip to content

Commit

Permalink
update vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
aryankeluskar committed Aug 18, 2024
1 parent d74cc57 commit 0b23500
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"devCommand": "uvicorn src.api:app --host 0.0.0.0 --port 3000",
"builds": [
"builds": [
{
"src": "src/api.py",
"use": "@vercel/python"
"src": "api.py",
"use": "@vercel/python"
}
],
"routes": [
],
"routes": [
{
"src": "/(.*)",
"dest": "src/api.py"
"src": "/(.*)",
"dest": "api.py"
}
]
}
]
}

0 comments on commit 0b23500

Please sign in to comment.