email reminders

This commit is contained in:
2026-05-03 09:43:10 -04:00
parent 815d4e0bdd
commit 6023fe5214
13 changed files with 616 additions and 2 deletions

View File

@@ -19,7 +19,8 @@
"db:studio": "prisma studio",
"db:test:reset": "dotenv -e .env.test -- prisma migrate reset --force",
"db:bootstrap": "scripts/db-bootstrap.sh",
"db:seed": "tsx prisma/seed.ts"
"db:seed": "tsx prisma/seed.ts",
"worker": "tsx scripts/worker.ts"
},
"dependencies": {
"@auth/prisma-adapter": "^2.11.2",
@@ -33,6 +34,7 @@
"next-auth": "5.0.0-beta.31",
"nodemailer": "^8.0.7",
"pg": "^8.20.0",
"pg-boss": "^12.18.2",
"react": "19.2.4",
"react-dom": "19.2.4",
"stripe": "^22.1.0",