membra-agent-workforce / vercel.json
josephrw's picture
Upload vercel.json with huggingface_hub
cde8439 verified
Raw
History Blame Contribute Delete
190 Bytes
{
"version": 2,
"builds": [
{
"src": "api/index.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "api/index.py"
}
]
}