11 lines
196 B
JavaScript
11 lines
196 B
JavaScript
![]() |
module.exports = ({ env }) => ({
|
||
|
'config-sync': {
|
||
|
config: {
|
||
|
excludedConfig: [
|
||
|
'core-store.plugin_users-permissions_grant',
|
||
|
'user-role.public',
|
||
|
],
|
||
|
},
|
||
|
},
|
||
|
});
|