chore: remove console.error statement from header component for cleaner code

This commit is contained in:
tuna2134
2025-09-09 22:40:07 +09:00
parent 35c26f1007
commit 74aa205001
2 changed files with 1 additions and 3 deletions

View File

@@ -9,8 +9,7 @@ COPY pnpm-lock.yaml package.json .
RUN pnpm install --frozen-lockfile
COPY . .
RUN --mount=type=cache,target=/src/.next/cache \
pnpm build
RUN pnpm build
FROM gcr.io/distroless/nodejs22-debian12