mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-03 00:58:50 +01:00
chore: Add new scripts for pulling rag and copying example environment file
This commit is contained in:
parent
c3822fdd28
commit
2f6aae6392
1 changed files with 3 additions and 1 deletions
|
|
@ -58,7 +58,9 @@
|
|||
"b:test:client": "cd client && bun run b:test",
|
||||
"b:test:api": "cd api && bun run b:test",
|
||||
"b:balance": "bun config/add-balance.js",
|
||||
"b:list-balances": "bun config/list-balances.js"
|
||||
"b:list-balances": "bun config/list-balances.js",
|
||||
"pull:rag": "docker compose -f ./rag.yml pull",
|
||||
"copy-ex": "cp .env.example .env"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue