Vercel config
This commit is contained in:
parent
d550725622
commit
fe9d54d18e
13
PlanktonDetector/vercel.json
Normal file
13
PlanktonDetector/vercel.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"builds": [{
|
||||||
|
"src": "PlanktonDetector/wsgi.py",
|
||||||
|
"use": "@vercel/python",
|
||||||
|
"config": { "maxLambdaSize": "15mb" }
|
||||||
|
}],
|
||||||
|
"routes": [
|
||||||
|
{
|
||||||
|
"src": "/(.*)",
|
||||||
|
"dest": "PlanktonDetector/wsgi.py"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user