fix: dedupe by manufacturer (#984)

This commit is contained in:
Nerivec
2025-12-30 13:42:38 +01:00
committed by GitHub
parent 9009f7e68f
commit 2373fbb899
31 changed files with 1239 additions and 1076 deletions

View File

@@ -16,6 +16,7 @@
"clean": "rm -rf dist coverage *.tsbuildinfo",
"start": "node ./dist/index.js",
"check": "biome check",
"check:w": "biome check --write",
"test": "vitest run --config ./tests/vitest.config.mts",
"test:coverage": "vitest run --config ./tests/vitest.config.mts --coverage",
"test:watch": "vitest watch --config ./tests/vitest.config.mts"