1 2 3 4 5 6 7
import type { Core } from '@strapi/strapi'; const bootstrap = ({ strapi }: { strapi: Core.Strapi }) => { // bootstrap phase }; export default bootstrap;