mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
[PR #1825] [MERGED] feat: warn but not exit if frontend build does not exist #7601
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/1825
Author: @cheahjs
Created: 4/28/2024
Status: ✅ Merged
Merged: 4/28/2024
Merged by: @tjbck
Base:
dev← Head:feat/allow-backend-to-run-without-frontend📝 Commits (1)
6a1d60bfeat: warn but not exit if frontend build does not exist📊 Changes
2 files changed (+15 additions, -6 deletions)
View changed files
📝
backend/config.py(+5 -1)📝
backend/main.py(+10 -5)📄 Description
Pull Request Checklist
Description
Allow running the backend without frontend build files, primarily for speeding up CI tests where we might not want to spend time building the frontend just to test the backend.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.