feat: add backend analytics wrapper, config/consent API routes

This commit is contained in:
ashim-hq
2026-04-22 19:03:23 +08:00
parent 4904e8d140
commit 075f017dbf
6 changed files with 930 additions and 5 deletions
+5 -3
View File
@@ -12,15 +12,16 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@ashim/ai": "workspace:*",
"@ashim/image-engine": "workspace:*",
"@ashim/shared": "workspace:*",
"@fastify/cors": "^11.0.0",
"@fastify/multipart": "^9.0.0",
"@fastify/rate-limit": "^10.2.0",
"@fastify/static": "^8.1.0",
"@neplex/vectorizer": "^0.0.5",
"@scalar/fastify-api-reference": "^1.49.5",
"@ashim/ai": "workspace:*",
"@ashim/image-engine": "workspace:*",
"@ashim/shared": "workspace:*",
"@sentry/node": "^10.49.0",
"archiver": "^7.0.1",
"better-sqlite3": "^11.7.0",
"dotenv": "^16.4.0",
@@ -33,6 +34,7 @@
"p-queue": "^9.1.0",
"pdfkit": "^0.18.0",
"piscina": "^5.1.4",
"posthog-node": "^5.29.5",
"potrace": "^2.1.8",
"qrcode": "^1.5.4",
"sharp": "^0.33.0",