mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:41:09 +02:00
fix(citycorners): add shared-types to web Dockerfile
shared-auth depends on shared-types for contactsClient, causing build failure when the package isn't available. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6c1b472e59
commit
8e3af239b2
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ COPY packages/shared-pwa ./packages/shared-pwa
|
|||
COPY packages/shared-stores ./packages/shared-stores
|
||||
COPY packages/shared-tailwind ./packages/shared-tailwind
|
||||
COPY packages/shared-theme ./packages/shared-theme
|
||||
COPY packages/shared-types ./packages/shared-types
|
||||
COPY packages/shared-ui ./packages/shared-ui
|
||||
COPY packages/shared-vite-config ./packages/shared-vite-config
|
||||
# --- END AUTO-GENERATED ---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue