email reminders
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user