Skip to content

Commit 46a8ee5

Browse files
Add files via upload
1 parent a805092 commit 46a8ee5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

vercel.json

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

0 commit comments

Comments
 (0)