Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CaffeineCrew
/
Techdocs
like
1
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
892f3cb
Techdocs
/
vercel.json
mayureshagashe2105
Add vercel deployment configs
ef4b7e8
over 1 year ago
raw
Copy download link
history
blame
Wrap lines
115 Bytes
{
"builds"
:
[
{
"src"
:
"app.py"
,
"use"
:
"@vercel/python"
}
]
,
"routes"
:
[
{
"src"
:
"/(.*)"
,
"dest"
:
"app.py"
}
]
}