1 2 3 4 5 6
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const bootstrap = ({ strapi }) => { // bootstrap phase }; exports.default = bootstrap;