mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-24 22:29:56 +02:00
16 lines
326 B
JSON
16 lines
326 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|