remove-duplicates

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-12-08 20:56:04 +01:00
padre 9c0c30e846
commit 459cdcd9bc
Se han modificado 2 ficheros con 352 adiciones y 1 borrados

Ver fichero

@@ -34,7 +34,8 @@
"build": "next build",
"start": "next start",
"lint": "eslint",
"index-file": "tsx scripts/index-file.ts"
"index-file": "tsx scripts/index-file.ts",
"remove-duplicates": "tsx scripts/remove-duplicates.ts"
},
"dependencies": {
"@elastic/elasticsearch": "^9.2.0",