Add Tiny Olist production order sync
All checks were successful
Build and Deploy / build-and-push (push) Successful in 49s

This commit is contained in:
Cauê Faleiros
2026-07-23 14:36:45 -03:00
parent e7ea6b4276
commit 4547642411
5 changed files with 702 additions and 0 deletions

View File

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