UNPKG

@digicms/cms

Version:

An open source headless CMS solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier. Databases supported: MySQL, MariaDB, PostgreSQL, SQLite

16 lines (13 loc) 256 B
'use strict'; /** * A map of all the available Strapi lifecycles * @type {import('@strapi/strapi').Core.Lifecycles} */ const LIFECYCLES = { REGISTER: 'register', BOOTSTRAP: 'bootstrap', DESTROY: 'destroy', }; module.exports = { LIFECYCLES, };