From d0fb1fe971cd1a08615347f67b02431d8d3828b9 Mon Sep 17 00:00:00 2001 From: Alexander Myasoedov Date: Fri, 24 Jan 2025 13:14:16 +0200 Subject: [PATCH] fix(rm vervel json): --- vercel.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 vercel.json 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" - } - ] -}