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.
This commit is contained in:
saravanakumardb1 2026-04-14 11:49:16 -07:00
parent ff7f658628
commit 163f488506

2
.npmrc
View File

@ -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