docs: update CLAUDE.md and roadmap for single-backend (apps/api) repo
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user