learning_ai_notes/pnpm-workspace.yaml
saravanakumardb1 7c4a09f9e9 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.
2026-04-13 10:29:23 -07:00

6 lines
83 B
YAML

packages:
- backend
- web
- mobile
- ../learning_ai_common_plat/packages/*