feat: Add anonymous RX stats

ref:
This commit is contained in:
Janez T
2026-04-03 19:52:45 +02:00
parent 7c1bc3b84f
commit c089db5c62
16 changed files with 1023 additions and 649 deletions

View File

@@ -10,6 +10,7 @@ This worker follows the same split as `/Users/dz0ny/site-vendorvigilance`:
- `src/pages/index.astro` - dashboard shell
- `worker/index.ts` - Cloudflare Worker entrypoint
- `worker/stats.ts` - D1 queries, payload validation, and aggregation helpers
- `public/.assetsignore` - keeps Astro's private `_worker.js` bundle out of public asset uploads
- `schema.sql` - D1 schema
## Setup