feat(db): add tokens sync

This commit is contained in:
2025-11-12 11:54:47 +02:00
parent 495e3ea996
commit b8b2a15ee9
5 changed files with 169 additions and 73 deletions
+2 -1
View File
@@ -27,7 +27,8 @@
"private": true,
"scripts": {
"clean": "rm -rf .turbo node_modules",
"sync:import": "bun ./src/importer/import.ts",
"sync:data": "bun ./src/synchronizers/data.ts",
"sync:tokens": "bun ./src/synchronizers/tokens.ts",
"typecheck": "tsc --noEmit"
}
}