Skip to content

Commit

Permalink
Merge pull request #105 from vantage-ola/vercel-flask
Browse files Browse the repository at this point in the history
+vercel.json
  • Loading branch information
vantage-ola authored Jul 22, 2024
2 parents 5cfaa46 + 5bfa18d commit 977a6f2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tracknow/backend/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"version": 2,
"builds": [
{
"src": "app.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "app.py"
}
]
}

0 comments on commit 977a6f2

Please sign in to comment.