12 lines
832 B
Markdown
12 lines
832 B
Markdown
|
|
# packages/
|
||
|
|
|
||
|
|
Scaffolding for `@marketplaces/auth` and `@marketplaces/payment` — see [ADR-0001](../docs/context/adrs/ADR-0001-extract-auth-and-payment-into-shared-marketplaces-packages.md).
|
||
|
|
|
||
|
|
These are standalone-buildable packages (their own `package.json`/`tsconfig.json`), not yet wired into this repo's Angular build and not yet containing migrated code. They live here temporarily so the structure, versioning, and CI can be reviewed before:
|
||
|
|
|
||
|
|
1. a target git repo is created for each package (or one shared repo, per ADR),
|
||
|
|
2. code moves out of `src/app/core/auth`, `src/app/core/admin-auth`, `src/app/core/finance`, `src/app/core/pricing`,
|
||
|
|
3. this repo switches to installing them as normal npm dependencies.
|
||
|
|
|
||
|
|
See [docs/PACKAGE-EXTRACTION.md](../docs/PACKAGE-EXTRACTION.md) for the full build/version/publish/consume workflow.
|