chore: add common-plat workspace link and switch to localhost Gitea
- 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.
This commit is contained in:
parent
190d23280f
commit
7c4a09f9e9
8
.npmrc
8
.npmrc
@ -1,3 +1,5 @@
|
||||
@bytelyst:registry=https://gitea.bytelyst.com/api/packages/ByteLyst/npm/
|
||||
//gitea.bytelyst.com/api/packages/ByteLyst/npm/:_authToken=${GITEA_NPM_TOKEN}
|
||||
strict-ssl=true
|
||||
@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
|
||||
|
||||
3282
pnpm-lock.yaml
generated
3282
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -2,3 +2,4 @@ packages:
|
||||
- backend
|
||||
- web
|
||||
- mobile
|
||||
- ../learning_ai_common_plat/packages/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user