Spaces:
Sleeping
Sleeping
Sobroinc
commited on
Commit
·
e90e2d7
1
Parent(s):
0d9a2a1
Fix vercel.json - remove functions conflict
Browse files- vercel.json +2 -6
vercel.json
CHANGED
@@ -5,7 +5,8 @@
|
|
5 |
"src": "main_vercel.py",
|
6 |
"use": "@vercel/python",
|
7 |
"config": {
|
8 |
-
"maxLambdaSize": "50mb"
|
|
|
9 |
}
|
10 |
}
|
11 |
],
|
@@ -15,10 +16,5 @@
|
|
15 |
"dest": "main_vercel.py"
|
16 |
}
|
17 |
],
|
18 |
-
"functions": {
|
19 |
-
"main_vercel.py": {
|
20 |
-
"runtime": "python3.9"
|
21 |
-
}
|
22 |
-
},
|
23 |
"installCommand": "pip install -r requirements.txt"
|
24 |
}
|
|
|
5 |
"src": "main_vercel.py",
|
6 |
"use": "@vercel/python",
|
7 |
"config": {
|
8 |
+
"maxLambdaSize": "50mb",
|
9 |
+
"runtime": "python3.9"
|
10 |
}
|
11 |
}
|
12 |
],
|
|
|
16 |
"dest": "main_vercel.py"
|
17 |
}
|
18 |
],
|
|
|
|
|
|
|
|
|
|
|
19 |
"installCommand": "pip install -r requirements.txt"
|
20 |
}
|