feat: empty states, onboarding checklist, PDF exports, and supporting data #114

Merged
chihlasm merged 16 commits from feat/backend-foundation-empty-states-exports into main 2026-03-18 00:42:30 +00:00
Showing only changes of commit 2234594363 - Show all commits

View File

@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \
libpq-dev \
libpango1.0-dev \
libcairo2-dev \
libgdk-pixbuf2.0-dev \
libgdk-pixbuf-2.0-dev \
libffi-dev \
&& rm -rf /var/lib/apt/lists/*