UNPKG

strapi-plugin-publisher

Version:

A plugin for Strapi Headless CMS that provides the ability to schedule publishing for any content type.

9 lines (6 loc) 174 B
'use strict'; const { registerCronTasks } = require('./config/cron-tasks'); module.exports = ({ strapi }) => { // register action check registerCronTasks({ strapi }); };