Add vercel
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
+15
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"version": 2,
|
||||
"builds": [
|
||||
{
|
||||
"src": "*.py",
|
||||
"use": "@liudonghua123/now-flask"
|
||||
}
|
||||
],
|
||||
"routes": [
|
||||
{
|
||||
"src": "(.*)",
|
||||
"dest": "main.py"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user