Skip to content

Commit 8015e66

Browse files
committed
pray
1 parent c5fa8d0 commit 8015e66

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

backend/vercel.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
{
2-
"functions": {
3-
"api/wsgi.py": {
4-
"maxDuration": 30
2+
"builds": [
3+
{
4+
"src": "api/wsgi.py",
5+
"use": "@vercel/python",
6+
"config": {
7+
"maxLambdaSize": "15mb"
8+
}
59
}
6-
},
10+
],
711
"routes": [
812
{
913
"src": "/(.*)",
1014
"dest": "api/wsgi.py"
1115
}
1216
],
13-
"build": {
14-
"env": {
15-
"PYTHONPATH": "."
16-
}
17-
},
18-
"outputDirectory": "."
17+
"env": {
18+
"PYTHONPATH": "."
19+
}
1920
}

0 commit comments

Comments
 (0)