chore: Add new scripts for pulling rag and copying example environment file

This commit is contained in:
Danny Avila 2024-07-09 17:05:13 -04:00
parent c3822fdd28
commit 2f6aae6392
No known key found for this signature in database
GPG key ID: 2DD9CC89B9B50364

View file

@ -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",