Update README.md

pull/5/head
Boaz Poolman 2021-03-27 21:26:27 +01:00
parent 32764a90ed
commit b807caa328
1 changed files with 11 additions and 12 deletions

View File

@ -43,18 +43,17 @@ In the example below you can see how, and also what the default settings are.
module.exports = ({ env }) => ({
// ...
'config-sync: {
destination: "extensions/config-sync/files/",
minify: false,
importOnBootstrap: false,
include: [
"core-store",
"role-permissions"
],
exclude: [
"core-store.plugin_users-permissions_grant"
]
},
destination: "extensions/config-sync/files/",
minify: false,
importOnBootstrap: false,
include: [
"core-store",
"role-permissions"
],
exclude: [
"core-store.plugin_users-permissions_grant"
]
},
// ...
});