remove vercel json

This commit is contained in:
Sir Blob
2025-01-25 20:51:32 -05:00
parent a5886f3da5
commit 2e01099e1c

View File

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