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