feat: add stage 2 reverse link sync script

This commit is contained in:
lila 2026-05-05 18:57:55 +02:00
parent b5a76ee178
commit 6f9a42c707
2 changed files with 110 additions and 0 deletions

View file

@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"extract": "tsx stage-1-extract/scripts/extract.ts",
"reverse-link": "tsx stage-2-reverse-link/scripts/reverse-link.ts",
"db:import": "tsx db/import.ts",
"db:init": "tsx db/init.ts",
"annotate": "tsx stage-2-annotate/scripts/annotate.ts",