Fetching metadata from the HF Docker repository...
luanpoppe
feat: initial commit
dd19e1b
|
{ |
|
"builds": [ |
|
{ |
|
"src": "setup/wsgi.py", |
|
"use": "@vercel/python", |
|
"config": { |
|
"maxLambdaSize": "15mb", |
|
"runtime": "python3.9" |
|
} |
|
} |
|
], |
|
"routes": [ |
|
{ |
|
"src": "/(.*)", |
|
"dest": "setup/wsgi.py" |
|
} |
|
] |
|
} |