Add Tiny product structure sync

This commit is contained in:
Cauê Faleiros
2026-07-23 13:57:47 -03:00
parent 831f82ee57
commit bda1e22be3
3 changed files with 663 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
"build": "tsc",
"start": "node dist/index.js",
"backfill:graphs": "tsx src/scripts/backfill-graphs.ts",
"sync:product-structures": "tsx src/scripts/sync-product-structures.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],