Appearance
apps/api/src/adapters/index.ts ​
Auto-generated by
scripts/generate-file-docs.ts. Do not edit — overwritten on every run.
Purpose ​
Adapter barrel — startup factories and interface exports for the four provider-abstraction seams plus the Prisma singleton. See docs/internal/architecture/provider-abstraction.md (ADR 0024) for the rationale. Application code (routes, services, domain) must import provider interfaces ONLY through this barrel — never the concrete SDKs. /
Exports ​
re-export * from './storage're-export * from './secrets're-export * from './sms're-export * from './email're-export * from './notifications're-export { prisma } from './db'
Imports ​
(none detected)
Imported by ​
(not referenced in graph, or graph not yet generated)