Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pratiks05 authored Apr 30, 2024
1 parent 3b910af commit 0eb14c7
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"version": 2,
"builds": [
{
"src": "app.py",
"use": "@vercel/python",
"config": {
"runtime": "python3.12.0"
}
}
]
"version":2,
"builds": [
{
"src":"./index.py",
"use": "@vercel/python",
"config":{"runtime":"python3.8"}
}
],
"routes": [
{
"src":"/(.*)",
"dest":"/"
}
]
}

0 comments on commit 0eb14c7

Please sign in to comment.