6 lines
139 B
JavaScript
6 lines
139 B
JavaScript
|
|
"use strict";
|
||
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
|
exports.default = ({ strapi }) => {
|
||
|
|
// bootstrap phase
|
||
|
|
};
|