- pnpm-workspace.yaml: include ../learning_ai_common_plat/packages/* so @bytelyst/* resolve locally without Gitea registry access. - .npmrc: point registry to localhost:3300 for corp network, enable link-workspace-packages and prefer-workspace-packages.
6 lines
219 B
Plaintext
6 lines
219 B
Plaintext
@bytelyst:registry=http://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
|