learning_ai_clock/.npmrc
saravanakumardb1 427080a2a3 chore: standardize .npmrc + workspace for corp network resilience
- .npmrc: use ${GITEA_NPM_HOST:-localhost}:3300 instead of hardcoded
  gitea.bytelyst.com (corp TLS proxy breaks external URL).
- pnpm-workspace.yaml: add ../learning_ai_common_plat/packages/* so
  @bytelyst/* resolve locally without registry access.
- .npmrc: enable link-workspace-packages + prefer-workspace-packages.
2026-04-13 10:34:50 -07:00

6 lines
238 B
Plaintext

@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
prefer-workspace-packages=true