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:
Till JS 2026-03-24 20:01:34 +01:00
parent ea37288f8e
commit caa126f8de
2 changed files with 627 additions and 547 deletions

View file

@ -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

File diff suppressed because it is too large Load diff