diff --git a/vercel.json b/vercel.json deleted file mode 100644 index 1b37216..0000000 --- a/vercel.json +++ /dev/null @@ -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" - } - ] -}