Skip to content

Commit d043fd5

Browse files
committed
changed vercel.json
1 parent 909cd16 commit d043fd5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

backend/vercel.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"buildCommand": "bash vercel-build.sh",
32
"builds": [
43
{
54
"src": "api/wsgi.py",
@@ -14,8 +13,5 @@
1413
"src": "/(.*)",
1514
"dest": "api/wsgi.py"
1615
}
17-
],
18-
"env": {
19-
"PYTHONPATH": "."
20-
}
16+
]
2117
}

0 commit comments

Comments
 (0)