mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 22:01:09 +02:00
🐛 fix: resolve CI/CD build failures for manacore-web and todo-web
- Replace lucide-svelte with @lucide/svelte (Svelte 5 runes compatible) - Add shared-splitscreen and shared-types to todo-web Dockerfile - Update pnpm-lock.yaml with new dependencies The old lucide-svelte package used $$props (Svelte 4 syntax) which fails in Svelte 5 runes mode. The new @lucide/svelte package is built specifically for Svelte 5.
This commit is contained in:
parent
44e28bbba8
commit
263d779436
5 changed files with 17 additions and 15 deletions
|
|
@ -37,6 +37,8 @@ COPY packages/shared-profile-ui ./packages/shared-profile-ui
|
|||
COPY packages/shared-ui ./packages/shared-ui
|
||||
COPY packages/shared-utils ./packages/shared-utils
|
||||
COPY packages/shared-tags ./packages/shared-tags
|
||||
COPY packages/shared-splitscreen ./packages/shared-splitscreen
|
||||
COPY packages/shared-types ./packages/shared-types
|
||||
|
||||
# Copy todo packages and web
|
||||
COPY apps/todo/packages ./apps/todo/packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue