Add vercel

This commit is contained in:
2022-09-28 15:54:28 +02:00
parent aa5d5c34e1
commit a8396785d6
2 changed files with 0 additions and 15 deletions

View File

View File

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