# Vianova design-system package registry. Auth (a read_api PAT / deploy token)
# lives OUT of this file — in ~/.npmrc, a CI job token, or a Docker build secret.
# NOTE: instance-level metadata resolves here, but @vianova/ui tarballs are served
# from the project path, so ~/.npmrc must ALSO carry an auth line for
# //gitlab.com/api/v4/projects/16624474/packages/npm/ (see JOURNEY.md).
#
# Hit a 401 on `pnpm install`? The @vianova/ui registry needs a read_api token.
# On macOS the token is in the Keychain — pull it into the env this shell expects:
#
#   export GITLAB_NPM_TOKEN="$(security find-generic-password -s gitlab-token -a "$USER" -w)"
#
# then re-run `pnpm install`. (~/.npmrc references ${GITLAB_NPM_TOKEN}; without it
# the registry returns 401 and the install fails with no other explanation.)
@vianova:registry=https://gitlab.com/api/v4/packages/npm/
