From 607bf452237be32e53b864a3df0502f7d45b3fcb Mon Sep 17 00:00:00 2001 From: autocommit Date: Sat, 16 May 2026 07:25:22 -0700 Subject: [PATCH] =?UTF-8?q?chore(config):=20=F0=9F=94=A7=20Update=20Verdac?= =?UTF-8?q?cio=20NPM=20registry=20URL=20and=20hostname=20in=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .npmrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.npmrc b/.npmrc index 41618f3a4..08df0b857 100644 --- a/.npmrc +++ b/.npmrc @@ -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