Closed boazpoolman closed 1 year ago
As of #93 all configuration files would be sanitized recursively. That resulted in some unwanted behaviour (see #110) and turned out to be unnecessary.
This PR removes that recursive sanitisation.
To solve #110
yarn add boazpoolman/strapi-plugin-config-sync#pull/113/head
What does it do?
As of #93 all configuration files would be sanitized recursively. That resulted in some unwanted behaviour (see #110) and turned out to be unnecessary.
This PR removes that recursive sanitisation.
Why is it needed?
To solve #110
How to test it?