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>
6 lines
303 B
Plaintext
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
|