hotspot / vercel.json
Mbonea's picture
testing deployment
9e798a1
raw
history blame
171 Bytes
{
"builds": [
{
"src": "App/app.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "App/app.py"
}
]
}