removing not needed files

This commit is contained in:
lila 2026-07-21 17:45:10 +02:00
parent 597083e1fd
commit 88b16a1ed7
15 changed files with 80 additions and 555 deletions

View file

@ -4,11 +4,6 @@
"private": true,
"type": "module",
"scripts": {
"db:reset": "tsx db/reset.ts",
"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",
"test": "vitest run",
"test:watch": "vitest",
"pipeline:run": "tsx --env-file .env pipeline.ts"