mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:21:10 +02:00
The Phase-1 crypto wrapper is a no-op stub; it never actually imports @mana/shared-crypto. The dep was forward-looking for the Phase-2 vault wiring, but it broke `pnpm install` inside the cards-web Dockerfile because the sveltekit-base image only ships a curated subset of @mana/* packages and shared-crypto isn't one of them. The wiring will come back when the vault roundtrip is on, together with a base-image bump. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| static | ||
| .gitignore | ||
| Dockerfile | ||
| package.json | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||