accessibilitychecker's picture
Upload folder using huggingface_hub
bbfde3f verified
raw
history blame contribute delete
313 Bytes
{
"version": 2,
"buildCommand": "echo 'No build needed'",
"builds": [
{
"src": "api/**/*.js",
"use": "@vercel/node",
"config": {
"includeFiles": "lib/**"
}
}
],
"routes": [
{
"src": "/api/(.*)",
"dest": "/api/$1.js"
}
]
}