This commit is contained in:
HELL __ 2025-06-30 17:01:43 +07:00
parent 683aebf1e9
commit 2e29f89791
1 changed files with 9 additions and 0 deletions

9
vercel.json Normal file
View File

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