File size: 305 Bytes
3040ac4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "builds": [
      {
        "src": "api/server.py",
        "use": "@vercel/python",
        "config": {
            "maxLambdaSize": "10gb",
            "runtime": "python3.10"
        }
      }
    ],
    "routes": [
      {
        "src": "/(.*)",
        "dest": "api/server.py"
      }
    ]
}