chore: migrate egg-logger into monorepo
Author: killaguCreated Feb 22, 2026Updated Feb 22, 2026
Migration Task
Migrate eggjs/egg-logger into the egg monorepo.
Source
- Repo: https://github.com/eggjs/egg-logger
- Package:
egg-logger
Target
- Path:
packages/logger/ - Package name:
@eggjs/logger(or keepegg-logger)
Checklist
- Move source code to
packages/logger/src/ - Update package.json (type: module, exports, publishConfig)
- Add minimal
tsconfig.jsonextending root config - Add
vitest.config.tsand migrate tests - Add
src/types.tsfor module augmentation - Update root
tsconfig.jsonreferences - Update internal dependencies to use
workspace:* - Verify build and tests pass
- Archive the original repo after migration
Source: eggjs/egg