Room list: add analytic events (#33625)

* chore: update analytics

* feat: add new analytics
This commit is contained in:
Florian Duros
2026-05-27 09:50:22 +00:00
committed by GitHub
parent abe383d996
commit 1ef544c5c6
8 changed files with 50 additions and 7 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
},
"start": {
"command": "webpack-dev-server --output-path webapp --output-filename=bundles/_dev_/[name].js --output-chunk-filename=bundles/_dev_/[name].js --mode development",
"dependsOn": ["prebuild:module_system", "prebuild:rethemendex", "^start"],
"dependsOn": ["prebuild:module_system", "prebuild:rethemendex"],
"continuous": true,
"options": { "cwd": "apps/web" }
},