Commit f08f807
- nextjs-prisma-nodemailer-pug-temporal/Dockerfile+8-2
- nextjs-prisma-nodemailer-pug-temporal/Dockerfile.dev+1-1
- nextjs-prisma-nodemailer-pug-temporal/Dockerfile.notifications-worker+1-1
- nextjs-prisma-nodemailer-pug-temporal/Dockerfile.pending-notifications-client+1-1
- nextjs-prisma-nodemailer-pug-temporal/ONE_OFF_NOTIFICATIONS_README.md+1-1
- nextjs-prisma-nodemailer-pug-temporal/docker-compose.yml+18
- nextjs-prisma-nodemailer-pug-temporal/next.config.mjs+2-4
- nextjs-prisma-nodemailer-pug-temporal/package-lock.json+3.6k-2.2k
- nextjs-prisma-nodemailer-pug-temporal/package.json+38-36
- nextjs-prisma-nodemailer-pug-temporal/postcss.config.mjs+1-1
- nextjs-prisma-nodemailer-pug-temporal/prisma.config.ts+13
- nextjs-prisma-nodemailer-pug-temporal/prisma/migrations/20250213041915_initial/migration.sql
- nextjs-prisma-nodemailer-pug-temporal/prisma/migrations/20260303080427_vintasend_update/migration.sql+71
- nextjs-prisma-nodemailer-pug-temporal/prisma/migrations/migration_lock.toml+1-1
- nextjs-prisma-nodemailer-pug-temporal/prisma/schema.prisma+140
- nextjs-prisma-nodemailer-pug-temporal/schema.prisma-140
- nextjs-prisma-nodemailer-pug-temporal/src/app/api/auth/forgot-password/forgot-password-notification-context.ts+31-27
- nextjs-prisma-nodemailer-pug-temporal/src/app/api/auth/forgot-password/route.ts+79-75
- nextjs-prisma-nodemailer-pug-temporal/src/app/api/auth/login/route.ts+62-59
- nextjs-prisma-nodemailer-pug-temporal/src/app/api/auth/reset-password/route.ts+72-68
- nextjs-prisma-nodemailer-pug-temporal/src/app/api/auth/signup/email-verification-notification-context.ts+31-27
- nextjs-prisma-nodemailer-pug-temporal/src/app/api/auth/signup/first-day-notification-context.ts+24-20
- nextjs-prisma-nodemailer-pug-temporal/src/app/api/auth/signup/route.ts+108-104
- nextjs-prisma-nodemailer-pug-temporal/src/app/api/auth/verify-email/route.ts+66-66
- nextjs-prisma-nodemailer-pug-temporal/src/app/api/notifications/one-off/route.ts+70-69
- nextjs-prisma-nodemailer-pug-temporal/src/app/globals.css+2-3
- nextjs-prisma-nodemailer-pug-temporal/src/lib/context-generators/welcome-prospect-context.ts+1-1
- nextjs-prisma-nodemailer-pug-temporal/src/lib/notification-attachments.ts+378-376
- nextjs-prisma-nodemailer-pug-temporal/src/lib/services/notifications-with-queue.ts+23-16
- nextjs-prisma-nodemailer-pug-temporal/src/lib/services/notifications.ts+71-68
- nextjs-prisma-nodemailer-pug-temporal/src/lib/services/temporal-queue-service.ts+21-22
- nextjs-prisma-nodemailer-pug-temporal/src/workers/notifications/activities.ts+32-32
- nextjs-prisma-nodemailer-pug-temporal/tailwind.config.ts+2-1
- vintasend-medplum-example+1-1
Submodule vintasend-pug updated 1 file
0 commit comments