TIF_E41253329/be-nlp/vercel.json

14 lines
174 B
JSON

{
"builds": [
{
"src": "api/index.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "api/index.py"
}
]
}