File size: 276 Bytes
dd36965
 
 
 
 
 
 
 
 
 
ab597f1
dd36965
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "devCommand":"uvicorn main:app --host 0.0.0.0 --port 3000",
    "builds": [
        {
            "src": "main.py",
            "use":"@vercel/python"
        }
    ],
    "routes":[
        {
            "src":"/(.*)",
            "dest":"main.py"
        }    
    ]
}