upload config

This commit is contained in:
timothypidashev
2021-07-15 11:03:59 -07:00
parent 5bf2ef6b1c
commit 966ce43331
989 changed files with 70951 additions and 5649 deletions

15
venv/vercel.json Normal file
View File

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