chore: changeset

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-12-20 13:06:43 +01:00
parent b51173266c
commit 8ecf8cb449
2 changed files with 5 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/config-loader': patch
---
Exclude `@backstage/backend-common` from schema collection if `@backstage/backend-defaults` is present
@@ -17,7 +17,6 @@
import { createMockDirectory } from '@backstage/backend-test-utils';
import { collectConfigSchemas } from './collect';
import path from 'path';
import { dependencies } from 'webpack';
// cwd must be restored
const origDir = process.cwd();