audio-dep / vercel.json
ghuman7's picture
Upload 5 files
5517e3a verified
raw
history blame
210 Bytes
{
"builds": [
{
"src": "app.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "app.py"
}
]
}