Files
dougal-software/lib/www/server/periodic-tasks/tasks/index.js
D. Berge d7ab4eec7c Run some tasks periodically from the main process.
This reduces reliance on crontab jobs.
2023-10-14 20:06:38 +02:00

5 lines
57 B
JavaScript

module.exports = [
require('./purge-notifications')
];