#!/usr/bin/env tsx /** * Email Templates Seed Script * * Migrates existing email templates from filesystem to database. * Run with: npx tsx api/src/scripts/seed-email-templates.ts */ export {}; //# sourceMappingURL=seed-email-templates.d.ts.map