strapi-content-type-explorer/server/bootstrap.js

6 lines
74 B
JavaScript
Raw Normal View History

2023-07-14 01:14:38 +02:00
'use strict';
module.exports = ({ strapi }) => {
// bootstrap phase
};