strapi-plugin-config-sync/playground/config/plugins.js

8 lines
105 B
JavaScript
Raw Normal View History

2021-12-29 21:56:49 +01:00
module.exports = ({ env }) => ({
'config-sync': {
config: {
customTypes: [],
},
},
});