Skip to content

Commit 04ddf9d

Browse files
add vercel config
1 parent 04d8607 commit 04ddf9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vercel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"version": 2,
33
"builds": [
44
{
5-
"src": "main.py",
5+
"src": "app/core/app.py",
66
"use": "@vercel/python"
77
}
88
],
99
"routes": [
1010
{
1111
"src": "/(.*)",
12-
"dest": "main.py"
12+
"dest": "app/core/app.py"
1313
}
1414
]
1515
}

0 commit comments

Comments
 (0)