Skip to content

Commit

Permalink
reconfigured vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
kudah99 committed Jan 3, 2024
1 parent 09031cd commit ee3474f
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"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"
}
]
}
"builds": [
{
"src": "app/main.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "app/main.py"
}
]
}

1 comment on commit ee3474f

@vercel
Copy link

@vercel vercel bot commented on ee3474f Jan 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.