feat(planning): ship holiday-aware planning and assistant upgrades

This commit is contained in:
2026-03-28 22:49:28 +01:00
parent 2a005794e7
commit 4f48afe7b4
151 changed files with 17738 additions and 1940 deletions
+2 -2
View File
@@ -39,12 +39,12 @@ COPY --from=deps /app/ ./
COPY . .
# Generate Prisma client
RUN pnpm --filter @planarchy/db db:generate
RUN pnpm --filter @capakraken/db db:generate
# Build the Next.js application
ENV NEXT_TELEMETRY_DISABLED=1
ENV NODE_ENV=production
RUN pnpm --filter @planarchy/web build
RUN pnpm --filter @capakraken/web build
# ============================================================
# Stage 3: Production runtime