mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-24 06:09:55 +02:00
fix(rm vervel json):
This commit is contained in:
-15
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user