File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99
1010
1111# only run this step for litellm enterprise, we run this if enterprise/enterprise_ui/_enterprise.json exists
12- if [ ! -f " enterprise/enterprise_ui/_enterprise_colors .json" ]; then
12+ if [ ! -f " enterprise/enterprise_ui/enterprise_colors .json" ]; then
1313 echo " Admin UI - using default LiteLLM UI"
1414 exit 0
1515fi
@@ -47,7 +47,7 @@ nvm use v18.17.0
4747npm install -g npm
4848
4949# copy _enterprise.json from this directory to /ui/litellm-dashboard, and rename it to ui_colors.json
50- cp enterprise/enterprise_ui/_enterprise_colors .json ui/litellm-dashboard/ui_colors.json
50+ cp enterprise/enterprise_ui/enterprise_colors .json ui/litellm-dashboard/ui_colors.json
5151
5252# cd in to /ui/litellm-dashboard
5353cd ui/litellm-dashboard
You can’t perform that action at this time.
0 commit comments