- Convert all @bytelyst/* file: refs to semver ^0.1.0 (backend, web, mobile) - Remove sibling common-plat workspace references from pnpm-workspace.yaml - Add .npmrc and .npmrc.docker for local Gitea registry - Rewrite backend/web Dockerfiles: pnpm + BuildKit secret mount + corp proxy - Fix backend tsconfig.json: remove explicit lib to resolve fetch Response types - Verified: host-side pnpm install, backend tests (86 pass), backend+web Docker builds
4 lines
175 B
Docker
4 lines
175 B
Docker
@bytelyst:registry=http://${GITEA_NPM_HOST}:3300/api/packages/bytelyst/npm/
|
|
//${GITEA_NPM_HOST}:3300/api/packages/bytelyst/npm/:_authToken=${GITEA_NPM_TOKEN}
|
|
strict-ssl=false
|