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