Files
web/venv/vercel.json
timothypidashev 966ce43331 upload config
2021-07-15 11:03:59 -07:00

16 lines
228 B
JSON

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