- backend/Dockerfile: multi-stage Node.js build (install → build → runtime) - web/Dockerfile: multi-stage Next.js standalone build - docker-compose.yml: backend (4016) + web (3000) with health check - scripts/docker-prep.sh: pack @bytelyst/* tarballs + rewrite file: refs (--restore to undo) - .github/workflows/ci.yml: backend (typecheck+test+build), web (typecheck+test+build), mobile (typecheck) |
||
|---|---|---|
| .. | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| Dockerfile | ||
| eslint.config.mjs | ||
| next-env.d.ts | ||
| next.config.ts | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||
| vitest.config.ts | ||