feat: sync Tiny orders directly to Graphs
All checks were successful
Build and Deploy / build-and-push (push) Successful in 59s

This commit is contained in:
Cauê Faleiros
2026-06-22 15:49:22 -03:00
parent 9a9e9bedf2
commit 3234ab6160
6 changed files with 611 additions and 1 deletions

View File

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