Skip to content

Commit

Permalink
vercel configuration api
Browse files Browse the repository at this point in the history
  • Loading branch information
kudah99 committed Dec 25, 2023
1 parent c3cf329 commit 54bf34b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"devCommand": "uvicorn app.main:app --reload --host 0.0.0.0 --port 3000",
"builds": [
{
"src": "app/main.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "app/main.py"
}
]
}

0 comments on commit 54bf34b

Please sign in to comment.