Add vercel
This commit is contained in:
@@ -2,14 +2,14 @@
|
|||||||
"version": 2,
|
"version": 2,
|
||||||
"builds": [
|
"builds": [
|
||||||
{
|
{
|
||||||
"src": "./app.py",
|
"src": "app.py",
|
||||||
"use": "@vercel/python"
|
"use": "@vercel/python"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"routes": [
|
"routes": [
|
||||||
{
|
{
|
||||||
"src": "/(.*)",
|
"src": "*.py",
|
||||||
"dest": "/"
|
"dest": "app.py"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user