eggjs / eggjs/egg

chore: migrate koa-override into monorepo

Open
#5,798 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
19k
Forks
1.8k
PR merge metrics
No merged PRs in 30d

Description

## Migration Task

Migrate [`eggjs/koa-override`](https://github.com/eggjs/koa-override) into the egg monorepo.

## Source

- Repo: https://github.com/eggjs/koa-override
- Package: `koa-override`

## Target

- Path: `packages/koa-override/`
- Package name: `@eggjs/koa-override` (or keep `koa-override`)

## Checklist

- [ ] Move source code to `packages/koa-override/src/`
- [ ] Update package.json (type: module, exports, publishConfig)
- [ ] Add minimal `tsconfig.json` extending root config
- [ ] Add `vitest.config.ts` and migrate tests
- [ ] Update root `tsconfig.json` references
- [ ] Update internal dependencies to use `workspace:*`
- [ ] Verify build and tests pass
- [ ] Archive the original repo after migration

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.