Allow backend-dynamic-feature-service to depend on backend-app-api

Signed-off-by: David Festal <dfestal@redhat.com>
This commit is contained in:
David Festal
2024-02-12 20:11:23 +01:00
parent 2fb527dd34
commit b0f33dc77a
+1
View File
@@ -90,6 +90,7 @@ const roleRules = [
'@backstage/backend-common',
'@backstage/backend-defaults',
'@backstage/backend-test-utils',
'@backstage/backend-dynamic-feature-service',
],
message: `Plugin package SOURCE_NAME with role SOURCE_ROLE has a runtime dependency on package TARGET_NAME, which is not permitted. If you are using this dependency for dev server purposes, you can move it to devDependencies instead.`,
},