# Cards consumes @mana/* shared packages from the Verein's private
# Verdaccio registry (pkg.mana.how on Mac Mini).
# Local dev: run `npm login --registry=https://pkg.mana.how` once;
#   the resulting ~/.npmrc token is read via $NPM_AUTH_TOKEN substitution.
# Production CI: set NPM_AUTH_TOKEN in workflow secrets.
@mana:registry=https://pkg.mana.how/
//pkg.mana.how/:_authToken=${NPM_AUTH_TOKEN}
