File size: 294 Bytes
ec66653
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "builds": [
        {
            "src": "apis/chat_api.py",
            "use": "@vercel/python"
        }
    ],
    "routes": [
        {
            "src": "/(.*)",
            "dest": "/apis/chat_api.py"
        }
    ],
    "env": {
        "APP_MODULE": "apis.chat_api:app"
    }
}