mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 22:21:10 +02:00
fix(zitare): add missing shared-utils dependency to web package
hooks.server.ts imports @manacore/shared-utils/analytics-server but shared-utils wasn't listed as a dependency. pnpm doesn't create the symlink without it, causing Rollup to fail during Docker builds. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
ea37288f8e
commit
caa126f8de
2 changed files with 627 additions and 547 deletions
|
|
@ -48,6 +48,7 @@
|
|||
"@manacore/shared-theme": "workspace:*",
|
||||
"@manacore/shared-theme-ui": "workspace:*",
|
||||
"@manacore/shared-ui": "workspace:*",
|
||||
"@manacore/shared-utils": "workspace:*",
|
||||
"@manacore/spiral-db": "workspace:^",
|
||||
"@manacore/shared-app-onboarding": "workspace:*",
|
||||
"@zitare/content": "workspace:*",
|
||||
|
|
|
|||
1173
pnpm-lock.yaml
generated
1173
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue