mirror of
https://github.com/strapi/strapi.git
synced 2025-09-06 23:28:02 +00:00
7 lines
101 B
JavaScript
7 lines
101 B
JavaScript
module.exports = {
|
|
defaults: { mazdaz: { enabled: true } },
|
|
load: {
|
|
initialize() {},
|
|
},
|
|
};
|