chore(config): 🔧 Update Verdaccio NPM registry URL and hostname in config

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
autocommit 2026-05-16 07:25:22 -07:00
parent 85e4d16bc2
commit 607bf45223

6
.npmrc
View file

@ -1,10 +1,10 @@
# Verdaccio NPM Cache (hybrid: public + @lilith/*)
# Proxies @lilith/* to forge.black.local, caches public from npmjs.org
# Proxies @lilith/* to forge.black.lan, caches public from npmjs.org
# Auth token configured via CI secrets or ~/.npmrc locally
# Access via nginx on port 80
registry=https://registry.npmjs.org/
@lilith:registry=http://npm.black.local/
@lilithftw:registry=http://npm.black.local/
@lilith:registry=http://registry.black.lan:4873/
@lilithftw:registry=http://registry.black.lan:4873/
# Node modules configuration - using hoisted for NestJS compatibility
node-linker=hoisted