📜 feat: Add script to set balance for user (#4506)

* feat: Add script to set balance for user

* Show current balance before updating
This commit is contained in:
Dennis Benz 2024-12-03 23:11:47 +01:00 committed by GitHub
parent 8178ae2a20
commit d6f7279bce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 125 additions and 0 deletions

View file

@ -10,6 +10,7 @@
"scripts": {
"update": "node config/update.js",
"add-balance": "node config/add-balance.js",
"set-balance": "node config/set-balance.js",
"list-balances": "node config/list-balances.js",
"user-stats": "node config/user-stats.js",
"rebuild:package-lock": "node config/packages",