Skip to content

Commit

Permalink
add: vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaskar1001101 committed Oct 14, 2023
1 parent 6239774 commit 6b1f616
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ lib/
lib64
include/
pyvenv.cfg
.vercel
9 changes: 9 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"version": 2,
"builds": [
{ "src": "app.py", "use": "@vercel/python" }
],
"routes": [
{ "src": "/(.*)", "dest": "/app.py" }
]
}

0 comments on commit 6b1f616

Please sign in to comment.