Skip to content

Commit

Permalink
deployment vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalS99 committed Sep 17, 2023
1 parent 84f506c commit ff1fc2f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions backend/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"builds":[
{
"src": "application.py",
"use": "@vercel/python"
}
],
"routes":[
{
"src":"/(.*)",
"dest":"application.py"
}
]
}

0 comments on commit ff1fc2f

Please sign in to comment.