Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaskar1001101 authored Oct 14, 2023
2 parents cac3c80 + 6b1f616 commit fa38624
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ lib/
lib64
include/
pyvenv.cfg
Scripts/
Scripts/
.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 fa38624

Please sign in to comment.