From b9013d8d3f460e43654885887905a2b2e73fbf91 Mon Sep 17 00:00:00 2001 From: autocommit Date: Sun, 17 May 2026 07:41:17 -0700 Subject: [PATCH] =?UTF-8?q?chore(config):=20=F0=9F=94=A7=20Update=20npmrc?= =?UTF-8?q?=20for=20private=20package=20resolution=20and=20authentication?= =?UTF-8?q?=20settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- @platform/.npmrc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 @platform/.npmrc diff --git a/@platform/.npmrc b/@platform/.npmrc new file mode 100644 index 0000000..9e4bb48 --- /dev/null +++ b/@platform/.npmrc @@ -0,0 +1,3 @@ +@lilith:registry=http://registry.black.lan:4873/ +auto-install-peers=true +strict-peer-dependencies=false