Add notification scheduler worker

This commit is contained in:
zv
2026-06-12 18:46:25 +02:00
parent 49265e7c51
commit fd2e108205
5 changed files with 103 additions and 5 deletions

View File

@@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ."
"lint": "eslint .",
"notifications:worker": "node scripts/notification-worker.mjs"
},
"dependencies": {
"@tanstack/react-query": "^5.80.0",