Merge pull request #33914 from backstage/cursor/fix-embedded-postgres-config-path-resolution

cli: fix config path resolution for embedded-postgres detection
This commit is contained in:
Patrik Oldsberg
2026-04-15 11:32:08 +02:00
committed by GitHub
4 changed files with 35 additions and 3 deletions
@@ -0,0 +1,5 @@
---
'@backstage/cli-module-build': patch
---
Fixed config path resolution for the embedded-postgres database client detection to resolve paths relative to the target package directory rather than the workspace root.