mirror of
https://github.com/strapi/strapi.git
synced 2025-08-13 19:27:34 +00:00
16 lines
331 B
JavaScript
16 lines
331 B
JavaScript
/**
|
|
*
|
|
* Initializers
|
|
*
|
|
* ------------
|
|
*
|
|
* Execute logic to make your plugin ready to be displayed
|
|
* The app will wait until all the plugins are ready before rendering
|
|
* the admin.
|
|
*
|
|
* These components will be mounted only once when the app is loaded.
|
|
*
|
|
*/
|
|
|
|
module.exports = require('./containers/Initializer').default;
|