-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
chore: migrate egg-logger into monorepo #5797
Copy link
Copy link
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Migration