init
This commit is contained in:
15
vercel.json
Executable file
15
vercel.json
Executable file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"version": 2,
|
||||
"functions": {
|
||||
"api/index.py": {
|
||||
"memory": 1024,
|
||||
"maxDuration": 10
|
||||
}
|
||||
},
|
||||
"routes": [
|
||||
{
|
||||
"src": "/",
|
||||
"dest": "/api/index.py"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user