SPB Git forge

spb/rareindex

Public
54commits 1branches 0releases
7.1 MBsize
maindefault branch
10 days agolast push
TypeScript 61.9% HTML 37.2% SQL 0.7%
469 B · 6 lines typescript
Raw Blame History
1// Explicit named exports (Turbopack cannot statically follow `export *` through `.js`-suffixed TS re-exports).2export { sendMail, resolveTransport } from './transport.js';3export type { Mail, SendResult } from './transport.js';4export { verificationEmail, mfaCodeEmail, newLoginEmail, passwordResetEmail, changeEmailEmail, alertEmail, digestEmail, accountDeletionEmail } from './templates.js';5export type { Rendered, AlertMail, DigestSection } from './templates.js';6