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.

8 lines (5 loc) 126 B
'use strict'; const logContentType = require('./log-content-type'); module.exports = { log: { schema: logContentType }, };