feat(web): Add Lucide icons to web UI (#14)

This commit is contained in:
Bas Nijholt
2025-12-17 23:04:53 -08:00
committed by GitHub
parent 5afda8cbb2
commit 957e828a5b
12 changed files with 168 additions and 36 deletions

View File

@@ -6,7 +6,7 @@ RUN apk add --no-cache openssh-client
# Install compose-farm from PyPI
ARG VERSION
RUN uv tool install compose-farm${VERSION:+==$VERSION}
RUN uv tool install "compose-farm[web]${VERSION:+==$VERSION}"
# Add uv tool bin to PATH
ENV PATH="/root/.local/bin:$PATH"