Skip to content

Commit

Permalink
fix: added vercel config file
Browse files Browse the repository at this point in the history
  • Loading branch information
broomva committed Feb 9, 2024
1 parent 966e349 commit 821ac7a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"builds": [
{
"src": "/vortex/api/__init__.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/vortex/api/__init__.py"
}
]
}

0 comments on commit 821ac7a

Please sign in to comment.