chore(config): 🔧 Update Verdaccio NPM registry URL and hostname in config
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
85e4d16bc2
commit
607bf45223
1 changed files with 3 additions and 3 deletions
6
.npmrc
6
.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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue