From 98d1d1cc903fbad3a0d4fd3e2d9e8c3112d55963 Mon Sep 17 00:00:00 2001 From: Till JS Date: Fri, 20 Mar 2026 16:40:24 +0100 Subject: [PATCH] fix(calendar): add shared-pwa package to web Dockerfile vite.config.ts imports @manacore/shared-pwa for PWA config. Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/calendar/apps/web/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/calendar/apps/web/Dockerfile b/apps/calendar/apps/web/Dockerfile index 5fa5e9bed..adff74c92 100644 --- a/apps/calendar/apps/web/Dockerfile +++ b/apps/calendar/apps/web/Dockerfile @@ -42,6 +42,7 @@ COPY packages/shared-splitscreen ./packages/shared-splitscreen COPY packages/shared-vite-config ./packages/shared-vite-config COPY packages/shared-api-client ./packages/shared-api-client COPY packages/shared-stores ./packages/shared-stores +COPY packages/shared-pwa ./packages/shared-pwa # Copy patches (referenced by pnpm-lock.yaml) COPY patches ./patches