feat: articles clusters

This commit is contained in:
2025-12-03 15:54:38 +02:00
parent 1d062f679b
commit 78c27b8220
20 changed files with 2113 additions and 51 deletions
+4
View File
@@ -1,9 +1,12 @@
{
"dependencies": {
"@ai-sdk/google": "^2.0.44",
"@ai-sdk/openai": "^2.0.75",
"@basango/domain": "workspace:*",
"@basango/encryption": "workspace:*",
"@basango/logger": "workspace:*",
"@date-fns/utc": "^2.1.1",
"ai": "^5.0.105",
"date-fns": "catalog:",
"drizzle-orm": "^0.44.7",
"mysql2": "^3.15.3",
@@ -31,6 +34,7 @@
"private": true,
"scripts": {
"clean": "rm -rf .turbo node_modules",
"sync:categories": "bun ./src/synchronizers/categories.ts",
"sync:data": "bun ./src/synchronizers/data.ts",
"sync:tokens": "bun ./src/synchronizers/tokens.ts",
"typecheck": "tsc --noEmit"