Files
Hanzo Dev c693003bed fix: add missing .yarnrc.yml and yarn.lock for Docker build
The Dockerfile expects yarn tooling but the repo was migrated
to pnpm. Add minimal .yarnrc.yml pointing to existing
.yarn/releases/yarn-4.11.0.cjs and empty yarn.lock (yarn install
will regenerate during Docker build).
2026-03-25 18:35:34 -07:00

12 lines
163 B
YAML

compressionLevel: mixed
enableGlobalCache: true
enableTelemetry: false
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.11.0.cjs
enableScripts: false