Files
ai-agent/frontend/.npmrc
Gabriel Vidal 466b59a6fb refactor(ai-agent): pull @gabvdl/ui from the private registry, not a vendored tarball
Replace the committed file:vendor/*.tgz dependency with a normal semver range
(`@gabvdl/ui: ^0.6.0`) resolved from the homelab registry. A scoped .npmrc points
@gabvdl → http://localhost:4873; the frontend Docker build stage now runs with
`network: host` so its `npm ci` can reach the host-bound verdaccio. Dropped the
vendor tarball and the Dockerfile COPY that staged it; lockfile relocked to pull
ui-0.6.1 from the registry.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-11 23:29:37 +02:00

7 lines
429 B
Plaintext

# Pull the private @gabvdl scope from the homelab registry (verdaccio). Everything
# else still resolves from the public npm registry. The registry is reached over
# plain HTTP on the host's published port — during the Docker image build the
# build stage runs with `network: host` (see services/ai-agent/docker-compose.yml)
# so `localhost:4873` there is the same host-bound verdaccio.
@gabvdl:registry=http://localhost:4873/