fix(rm vervel json):

This commit is contained in:
Alexander Myasoedov
2025-01-24 13:14:16 +02:00
parent 21c71e1688
commit d0fb1fe971
-15
View File
@@ -1,15 +0,0 @@
{
"devCommand": "uvicorn agentic_security.app:app --host 0.0.0.0 --port 3000",
"builds": [
{
"src": "agentic_security/app.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "agentic_security/app.py"
}
]
}