Skip to content

Commit 85df0fc

Browse files
authored
Create vercel.json
1 parent 3c6afb2 commit 85df0fc

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

vercel.json

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

0 commit comments

Comments
 (0)