2022-06-09 12:17:13 +02:00
|
|
|
'use strict';
|
|
|
|
|
2024-11-06 11:59:15 +01:00
|
|
|
export default async ({ strapi }) => {
|
2022-06-09 12:17:13 +02:00
|
|
|
// Instantiate the pluginTypes array.
|
|
|
|
if (!strapi.plugin('config-sync').pluginTypes) {
|
|
|
|
strapi.plugin('config-sync').pluginTypes = [];
|
|
|
|
}
|
|
|
|
};
|