prepare for vercel

This commit is contained in:
Matteo Rosati
2026-01-20 10:14:40 +01:00
parent 5f74f6fa04
commit 657aa0c578
3 changed files with 37 additions and 0 deletions

4
vercel.json Normal file
View File

@@ -0,0 +1,4 @@
{
"builds": [{ "src": "app.py", "use": "@vercel/python" }],
"routes": [{ "src": "/(.*)", "dest": "app.py" }]
}