Video-Rag / vercel.json
Hammad712's picture
first commit
e84d389
raw
history blame contribute delete
149 Bytes
{
"version": 2,
"builds": [
{ "src": "asgi.py", "use": "@vercel/python" }
],
"routes": [
{ "src": "/(.*)", "dest": "asgi.py" }
]
}