Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
BurAndBY
/
testofsh
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
testofsh
/
vercel.json
BurAndBY
lost dependencies
3059593
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
183 Bytes
{
"version"
:
2
,
"builds"
:
[
{
"src"
:
"api/*.go"
,
"use"
:
"@vercel/go"
}
]
,
"routes"
:
[
{
"src"
:
"/(.*)"
,
"dest"
:
"/api/chat.go"
}
]
}