mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-30 22:35:18 +01:00
chore: add update script for assuring clean installations (#673)
This commit is contained in:
parent
8aa58ea240
commit
deb1472aa5
4 changed files with 111 additions and 6 deletions
|
|
@ -9,6 +9,9 @@
|
|||
],
|
||||
"scripts": {
|
||||
"install": "node config/install.js",
|
||||
"update": "node config/update.js",
|
||||
"update:local": "node config/update.js -l",
|
||||
"update:docker": "node config/update.js -d",
|
||||
"upgrade": "node config/upgrade.js",
|
||||
"create-user": "node config/create-user.js",
|
||||
"backend": "cross-env NODE_ENV=production node api/server/index.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue