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,8 @@
],
"compilerOptions": {
"baseUrl": ".",
"jsx": "react-jsx",
"jsxImportSource": "react",
"paths": {
"@/*": ["./src/*"]
},