mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-13 21:14:24 +01:00
💽 feat: Add Script for User Stats (#2224)
This commit is contained in:
parent
b5d25f5e4f
commit
84656b9812
2 changed files with 55 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue