ai-videoo / vercel.json
Mxiaodang's picture
Create vercel.json
38e1425 verified
raw
history blame contribute delete
81 Bytes
{
"functions": {
"api/**/*.[jt]s": { "runtime": "vercel-deno@3.1.0" }
}
}