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

10 lines
144 B
TypeScript
Raw Normal View History

2025-06-28 17:21:16 +02:00
export default () => ({
'config-sync': {
enabled: true,
config: {
importOnBootstrap: false,
2024-08-28 22:42:05 +02:00
minify: true,
},
},
2025-06-28 17:21:16 +02:00
});