💽 feat: Add Script for User Stats (#2224)

This commit is contained in:
Ivan Dachev 2024-03-27 20:41:29 +02:00 committed by GitHub
parent b5d25f5e4f
commit 84656b9812
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 55 additions and 0 deletions

View file

@ -11,6 +11,7 @@
"update": "node config/update.js",
"add-balance": "node config/add-balance.js",
"list-balances": "node config/list-balances.js",
"user-stats": "node config/user-stats.js",
"rebuild:package-lock": "node config/packages",
"reinstall": "node config/update.js -l -g",
"b:reinstall": "bun config/update.js -b -l -g",