This commit is contained in:
2026-03-23 09:58:40 -03:00
parent 9c9c7dff09
commit 8186bb5fe6
40 changed files with 3996 additions and 17 deletions

View File

@@ -20,6 +20,16 @@
"target": "protobuf",
"output": "core/rpc/protos/worker.proto",
"include": ["grpc"]
},
{
"target": "pydantic",
"output": "detect/sse_contract.py",
"include": ["detect_views"]
},
{
"target": "typescript",
"output": "ui/detection-app/src/types/sse-contract.ts",
"include": ["detect_views"]
}
]
}