8fb9a6e 191fd2d 34b5c88 191fd2d 58cf8b2 191fd2d
1
2
3
4
5
6
7
8
9
10
11
12
13
{ "version": 2, "builds": [ { "use": "@vercel/python", "config": { "maxLambdaSize": "2000mb" } } ], "rewrites": [{ "source": "/(.*)", "destination": "/api/index" }] }