cre-chatbot-rag / vercel.json
tony-42069's picture
Add deployment and container configurations
836ede6
raw
history blame
163 Bytes
{
"builds": [
{
"src": "app.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "app.py"
}
]
}