Hugging Face
Models
Datasets
Spaces
Community
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...
ee6714d
Techdocs
/
backend
/
vercel.json
Mayuresh Agashe
Update vercel.json
f8e452c
over 1 year ago
raw
Copy download link
history
blame
125 Bytes
{
"builds"
:
[
{
"src"
:
"__init__.py"
,
"use"
:
"@vercel/python"
}
]
,
"routes"
:
[
{
"src"
:
"/(.*)"
,
"dest"
:
"__init__.py"
}
]
}