chore: add db:crawl and db:crawl-all npm scripts

This commit is contained in:
2026-04-18 16:45:54 +02:00
parent 44602d409e
commit 065b262b5b

View File

@@ -15,7 +15,9 @@
"test:e2e:ui": "bunx playwright test --ui",
"lint": "bunx @biomejs/biome check .",
"db:seed:dev": "bun run src/db/dev-seed.ts",
"backfill:colors": "bun run scripts/backfill-dominant-colors.ts"
"backfill:colors": "bun run scripts/backfill-dominant-colors.ts",
"db:crawl": "bun run scripts/crawl-manufacturer.ts",
"db:crawl-all": "bun run scripts/crawl-all.ts"
},
"devDependencies": {
"@biomejs/biome": "^2.4.7",
@@ -36,6 +38,7 @@
"typescript": "^5.9.3"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.90.0",
"@aws-sdk/client-s3": "^3.1024.0",
"@aws-sdk/s3-request-presigner": "^3.1024.0",
"@hono/oidc-auth": "^1.8.1",