docs: update CLAUDE.md and roadmap for single-backend (apps/api) repo

This commit is contained in:
Bas van Rossem
2026-06-17 14:41:07 +02:00
parent 64f8b2fd2c
commit 384797df7d
4 changed files with 45 additions and 72 deletions

View File

@@ -7,11 +7,6 @@ COPY package.json yarn.lock .yarnrc.yml ./
COPY .yarn/ ./.yarn/
COPY packages/shared/package.json ./packages/shared/package.json
COPY apps/api/package.json ./apps/api/package.json
# Copy the other workspace manifests too, so the workspace graph matches the
# lockfile (otherwise Yarn errors on a mismatch). `focus` still installs ONLY
# the @solelog/api subtree, so mobile/web deps are not pulled.
COPY apps/mobile/package.json ./apps/mobile/package.json
COPY apps/web/package.json ./apps/web/package.json
RUN yarn workspaces focus @solelog/api