UNPKG

strapi-plugin-website-builder

Version:

A plugin for Strapi Headless CMS that provides the ability to trigger website builds manually, periodically or through model events.

10 lines (6 loc) 171 B
'use strict'; /** * service */ const { createCoreService } = require('@strapi/strapi').factories; module.exports = createCoreService('plugin::website-builder.log');