Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yym68686
/
uni-api
like
0
Sleeping
App
Files
Files
Community
main
uni-api
/
vercel.json
yym68686
💻 Code: Remove the maxDuration field from the vercel configuration file.
a3a7635
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
164 Bytes
{
"builds"
:
[
{
"src"
:
"main.py"
,
"use"
:
"@vercel/python"
}
]
,
"routes"
:
[
{
"src"
:
"/(.*)"
,
"dest"
:
"main.py"
}
]
}