- docker-prep.sh: replace declare -A with temp file (macOS bash 3.2) - docker-prep.sh: inject pnpm.overrides so transitive @bytelyst/* deps resolve from tarballs - backend/Dockerfile + web/Dockerfile: COPY .docker-deps/ into build context - .npmrc.docker: remove scoped registry (tarballs handle all @bytelyst/* resolution) |
||
|---|---|---|
| .. | ||
| e2e | ||
| public | ||
| src | ||
| test-results | ||
| .env.example | ||
| .gitignore | ||
| Dockerfile | ||
| eslint.config.mjs | ||
| next-env.d.ts | ||
| next.config.ts | ||
| package.json | ||
| playwright.config.ts | ||
| tsconfig.json | ||
| vitest.config.ts | ||