• Automate frontend build in CI/CD • Add build validation checks • Clean git repo of build artifacts • Comprehensive build guide docs • Smart setup.py build validation
7 lines
269 B
Text
Generated
7 lines
269 B
Text
Generated
# This directory will contain the built frontend WebUI
|
|
#
|
|
# The frontend is built during:
|
|
# - GitHub Actions release workflow (automatic)
|
|
# - Local development with: cd lightrag_webui && bun run build
|
|
#
|
|
# Build output is excluded from git but included in PyPI packages
|