Skip to content

Commit

Permalink
fix: vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
nagarajpandith committed Dec 8, 2023
1 parent 11f602a commit d651e8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/venv/**
.flaskenv
.flaskenv
.vercel
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": 2,
"builds": [
{
"src": "./main.py",
"src": "main.py",
"use": "@vercel/python"
}
],
Expand Down

0 comments on commit d651e8f

Please sign in to comment.