Techdocs / backend /vercel.json
Mayuresh Agashe
Update vercel.json
7b2400d
raw
history blame
120 Bytes
{
"builds": [{ "src": "__init__.py", "use": "@vercel/python" }],
"routes": [{ "src": "/(.*)", "dest": "app.py" }]
}