Skip to content

fix: sort multiple config files

Ghost User requested to merge gh-b77c0252/285/unknown/refs/pull/285/head into develop

Created by: dakkar

globSync doesn't guarantee the order in which it returns the matching paths, so without the sort(), the config files may be merged differently each time the server is started

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Add story of storybook
  • (If needed) Update CHANGELOG.md
  • (If possible) Add tests

Merge request reports