feat(crawler): add configuration manager and cli scripts

This commit is contained in:
Bernard Ngandu
2025-11-02 12:13:41 +02:00
parent eafb8a2de9
commit c55be3989c
8 changed files with 617 additions and 16 deletions
+3 -1
View File
@@ -7,7 +7,9 @@
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -b",
"test": "vitest --run"
"test": "vitest --run",
"queue": "bun run src/scripts/queue.ts",
"worker": "bun run src/scripts/worker.ts"
},
"dependencies": {
"@basango/logger": "workspace:*",