feat (Worker): add a worker to check and adjust the TikTok graph

This commit is contained in:
Pierre Ryssen
2026-03-13 12:00:00 +01:00
parent 61f426ef3c
commit 4ef8913759
11 changed files with 960 additions and 52 deletions

View File

@@ -42,6 +42,7 @@
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/pg": "^8.18.0",
"prisma": "^7.4.2"
"prisma": "^7.4.2",
"tsx": "^4.21.0"
}
}