14 lines
268 B
JSON
14 lines
268 B
JSON
{
|
|
"builds": [{
|
|
"src": "PlanktonDetector/wsgi.py",
|
|
"use": "@vercel/python",
|
|
"config": { "maxLambdaSize": "15mb" }
|
|
}],
|
|
"routes": [
|
|
{
|
|
"src": "/(.*)",
|
|
"dest": "PlanktonDetector/wsgi.py"
|
|
}
|
|
]
|
|
}
|