feat: add due date reminders functionality with cron jobs and test scripts

This commit is contained in:
2025-12-19 09:54:27 +01:00
parent 8b11dc5083
commit 2b27583c28
7 changed files with 241 additions and 1 deletions

View File

@@ -10,6 +10,8 @@
"lint": "next lint",
"create-admin": "node scripts/create-admin.js",
"export-projects": "node export-projects-to-excel.mjs",
"send-due-date-reminders": "node send-due-date-reminders.mjs",
"test-due-date-reminders": "node test-due-date-reminders.mjs",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",