1 export default async ({ strapi }) => { 2 await strapi.service("api::email.email").loadContentFiles(); 3 };