From 163f488506faa67d08084f9a1da9ce0a951ba7c8 Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Tue, 14 Apr 2026 11:49:16 -0700 Subject: [PATCH] fix(infra): sync .npmrc from canonical template Aligns with scripts/npmrc.template in learning_ai_common_plat. Uses ${GITEA_NPM_HOST:-localhost}:3300 SSH tunnel pattern. --- .npmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index f41904e..4f51e76 100644 --- a/.npmrc +++ b/.npmrc @@ -1,4 +1,4 @@ -@bytelyst:registry=http://localhost:3300/api/packages/ByteLyst/npm/ +@bytelyst:registry=http://${GITEA_NPM_HOST:-localhost}:3300/api/packages/ByteLyst/npm/ //localhost:3300/api/packages/ByteLyst/npm/:_authToken=${GITEA_NPM_TOKEN} strict-ssl=false link-workspace-packages=true