Skip to content

Commit 9678aba

Browse files
authored
Update vercel.json
1 parent 4fe168b commit 9678aba

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

vercel.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{
22
"version": 2,
33
"builds": [
4-
{
5-
"src": "app.py",
6-
"use": "@vercel/python"
7-
}
4+
{ "src": "code_graph/app.py", "use": "@vercel/python" }
85
],
9-
"rewrites": [
10-
{ "source": "/(.*)", "destination": "/code_graph/app" }
6+
"routes": [
7+
{ "src": "/(.*)", "dest": "/code_graph/app.py" }
118
]
129
}

0 commit comments

Comments
 (0)