uni-api / vercel.json
yym68686's picture
💻 Code: Remove the maxDuration field from the vercel configuration file.
a3a7635
raw
history blame contribute delete
164 Bytes
{
"builds": [
{
"src": "main.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "main.py"
}
]
}