chore: initial scaffold for @marketplaces/auth and @marketplaces/payment
Some checks failed
Release / release (push) Has been cancelled
Some checks failed
Release / release (push) Has been cancelled
This commit is contained in:
5
packages/auth/src/index.ts
Normal file
5
packages/auth/src/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// @marketplaces/auth — public API barrel.
|
||||
// Scaffold only: code migrates here from src/app/core/auth and src/app/core/admin-auth
|
||||
// per ADR-0001 (marketplaces repo: docs/context/adrs/ADR-0001-extract-auth-and-payment-into-shared-marketplaces-packages.md).
|
||||
// Nothing is exported yet — the marketplaces repo still owns the live implementation until migration lands.
|
||||
export {};
|
||||
Reference in New Issue
Block a user