Skip to content

Commit

Permalink
Export the defaultConfigLoader (#3603)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhenneke committed Dec 8, 2020
1 parent e3885c0 commit 04f26f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tall-hairs-switch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage/core': patch
---

Export the `defaultConfigLoader` implementation
2 changes: 1 addition & 1 deletion packages/core/src/api-wrappers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
* limitations under the License.
*/

export { createApp } from './createApp';
export { createApp, defaultConfigLoader } from './createApp';

0 comments on commit 04f26f8

Please sign in to comment.