DocDetailer / vercel.json
Shivangsinha's picture
initial commit
31ef0bb
raw
history blame contribute delete
168 Bytes
{
"version": 2,
"builds": [
{"src": "app.py", "use": "@vercel/python"}
],
"routes": [
{"src": "/(.*)", "dest": "app.py"}
]
}