web3-starter-py/web2-projects/fastapi-location-app/vercel.json
osiris account 314bdf533e 💾
2023-03-12 15:32:23 -07:00

11 lines
No EOL
164 B
JSON

{
"routes": [
{"src": "/(.*)", "dest": "api/api.py"}
],
"functions": {
"api/api.py": {
"memory": 3008,
"maxDuration": 30
}
}
}