Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 43069eb

Browse files
committed
feat(cms): add config-sync plugin
1 parent a29c918 commit 43069eb

File tree

3 files changed

+219
-1
lines changed

3 files changed

+219
-1
lines changed

cms/config/admin.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ export default ({ env }) => ({
1313
flags: {
1414
nps: env.bool('FLAG_NPS', true),
1515
},
16+
watchIgnoreFiles: [
17+
'**/config/sync/**',
18+
],
1619
});

cms/package-lock.json

Lines changed: 213 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cms/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@
77
"develop": "strapi develop",
88
"start": "strapi start",
99
"build": "strapi build",
10-
"strapi": "strapi"
10+
"strapi": "strapi",
11+
"cs": "config-sync"
1112
},
1213
"dependencies": {
1314
"@strapi/plugin-i18n": "4.14.5",
1415
"@strapi/plugin-users-permissions": "4.14.5",
1516
"@strapi/strapi": "4.14.5",
1617
"mysql": "2.18.1",
1718
"mysql2": "^3.6.2",
19+
"strapi-plugin-config-sync": "^1.2.3",
1820
"strapi-plugin-menus": "^1.6.1"
1921
},
2022
"author": {

0 commit comments

Comments
 (0)