mirror of
https://github.com/Mintplex-Labs/anything-llm
synced 2026-04-25 17:15:37 +02:00
Update BARE_METAL.md (#4175)
Pull Request Type [ ] ✨ feat [x] 🐛 fix [ ] ♻️ refactor [ ] 💄 style [ ] 🔨 chore [ ] 📝 docs Relevant Issues N/A (No issue exists for this typo fix) What is in this change? This PR corrects a minor typo in an output message within a script. Before: echo "Copying to Sever Public" After: echo "Copying to Server Public" Additional Information This is a minor correction to improve the clarity and professionalism of the script's output. No functional changes are introduced. Developer Validations [ ] I ran yarn lint from the root of the repo & committed changes [ ] Relevant documentation has been updated [ ] I have tested my code functionality [ ] Docker build succeeds locally
This commit is contained in:
@@ -86,7 +86,7 @@ curl -I "http://localhost:3001/api/env-dump" | head -n 1|cut -d$' ' -f2
|
||||
echo "Rebuilding Frontend"
|
||||
cd $HOME/anything-llm/frontend && yarn && yarn build && cd $HOME/anything-llm
|
||||
|
||||
echo "Copying to Sever Public"
|
||||
echo "Copying to Server Public"
|
||||
rm -rf server/public
|
||||
cp -r frontend/dist server/public
|
||||
|
||||
|
||||
Reference in New Issue
Block a user