- 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
83 B
YAML
6 lines
83 B
YAML
packages:
|
|
- backend
|
|
- web
|
|
- mobile
|
|
- ../learning_ai_common_plat/packages/*
|