feat(rename agentic_security):

This commit is contained in:
Alexander Myasoedov
2024-04-26 13:58:25 +03:00
parent 8182d5efec
commit ccca156323
25 changed files with 56 additions and 56 deletions
+3 -3
View File
@@ -1,15 +1,15 @@
{
"devCommand": "uvicorn langalf.app:app --host 0.0.0.0 --port 3000",
"devCommand": "uvicorn agentic_security.app:app --host 0.0.0.0 --port 3000",
"builds": [
{
"src": "langalf/app.py",
"src": "agentic_security/app.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "langalf/app.py"
"dest": "agentic_security/app.py"
}
]
}