mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-31 06:45:17 +01:00
feature: Create a user from the command line
This commit is contained in:
parent
6c5bea0096
commit
87fa9f9ab0
2 changed files with 104 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
"scripts": {
|
||||
"install": "node config/install.js",
|
||||
"upgrade": "node config/upgrade.js",
|
||||
"create-user": "node config/create-user.js",
|
||||
"backend": "cross-env NODE_ENV=production node api/server/index.js",
|
||||
"backend-dev": "cross-env NODE_ENV=development npx nodemon api/server/index.js",
|
||||
"frontend": "cd client && npm run build",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue