LightRAG/lightrag/api/webui/.gitkeep
yangdx be9e6d1612 Exclude Frontend Build Artifacts from Git Repository
• 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
2025-10-13 23:43:34 +08:00

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