card-detector / vercel.json
ujalaarshad17's picture
requirements.txt
1210fba
raw
history blame contribute delete
131 Bytes
{
"version": 1,
"builds": [{ "src": "app.py", "use": "@vercel/python" }],
"routes": [{ "src": "/(.*)", "dest": "app.py" }]
}