feat(domain): centralize data definition

This commit is contained in:
2025-11-17 00:04:27 +02:00
parent e7585aa76c
commit f39635e04f
96 changed files with 3474 additions and 1167 deletions
+2 -2
View File
@@ -166,8 +166,8 @@ basango/apps/crawler/
│ │ ├── crawler.ts # Main crawler interface
│ │ └── persistence.ts # Data persistence layer
│ ├── scripts/ # CLI entry points
│ │ ├── crawl.ts # Sync crawling script
│ │ ├── queue.ts # Async job scheduling
│ │ ├── sync.ts # Sync crawling script
│ │ ├── async.ts # Async job scheduling
│ │ ├── worker.ts # Worker process
│ │ └── utils.ts # CLI utilities
│ └── __tests__/ # Test files