learning_ai_common_plat/scripts/npmrc.template
Saravanakumar D e83ab9907e fix(config): remove :3300 port from Gitea npm registry URLs
The Gitea instance runs on default port 80, not 3300. Updated the
npmrc template and AGENTS.md references accordingly.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-29 23:29:07 -07:00

6 lines
303 B
Plaintext

@bytelyst:registry=http://${GITEA_NPM_HOST:-localhost}/api/packages/${GITEA_NPM_OWNER:-learning_ai_user}/npm/
//${GITEA_NPM_HOST:-localhost}/api/packages/${GITEA_NPM_OWNER:-learning_ai_user}/npm/:_authToken=${GITEA_NPM_TOKEN}
strict-ssl=false
link-workspace-packages=true
prefer-workspace-packages=true