mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-08-09 19:26:04 +02:00
feat(Init):
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"devCommand": "uvicorn langalf.app:app --host 0.0.0.0 --port 3000",
|
||||
"builds": [
|
||||
{
|
||||
"src": "langalf/app.py",
|
||||
"use": "@vercel/python"
|
||||
}
|
||||
],
|
||||
"routes": [
|
||||
{
|
||||
"src": "/(.*)",
|
||||
"dest": "langalf/app.py"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user