Skip to content

Commit 54b53eb

Browse files
add vercel files
1 parent 1bc8cbc commit 54b53eb

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.vercelignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
venv/
2+
tests/
3+
.github/
4+
.env

vercel.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"version": 2,
3+
"builds": [
4+
{ "src": "app/main.py", "use": "@vercel/python" }
5+
],
6+
"routes": [
7+
{ "src": "/(.*)", "dest": "app/main.py" }
8+
]
9+
}

0 commit comments

Comments
 (0)