feat: add website enrichment crawler

This commit is contained in:
2026-06-04 20:29:23 +02:00
parent ca42c8d5a6
commit 1f6e31c01c
25 changed files with 3539 additions and 56 deletions

View File

@@ -84,6 +84,7 @@ export const RUN_TYPES = [
"audit",
"outreach",
"lifecycle",
"website_enrichment",
] as const;
export const RUN_STATUSES = [
"pending",