Fas 1a: analytics tracker, ingestion endpoint, admin dashboards

This commit is contained in:
Sven (AAMOS AI)
2026-08-05 22:15:37 +07:00
parent d627014425
commit 1250640b1d
16 changed files with 4544 additions and 6450 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "@app/analytics",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Product analytics tracker (spec §8.2) React Native batch sender + typed builders.",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"typecheck": "tsc --noEmit",
"test": "vitest run"
},
"dependencies": {
"@app/shared-types": "workspace:*"
}
}