MIF_E31220954/backend/vercel.json

19 lines
284 B
JSON

{
"version": 2,
"builds": [
{
"src": "index.py",
"use": "@vercel/python",
"config": { "runtime": "python3.10" }
}
],
"routes": [
{
"src": "/(.*)",
"dest": "index.py"
}
]
}