chore: initial scaffold for @marketplaces/auth and @marketplaces/payment
Some checks failed
Release / release (push) Has been cancelled

This commit is contained in:
sdarbinyan
2026-08-18 00:38:08 +04:00
commit 5567154fb4
11 changed files with 175 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
// @marketplaces/payment — public API barrel.
// Scaffold only: code migrates here from src/app/core/finance and src/app/core/pricing
// 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 {};