mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
📜 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:
parent
8178ae2a20
commit
d6f7279bce
2 changed files with 125 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue