cli: fix config path resolution for embedded-postgres detection

Resolve config paths relative to the target package directory instead
of the workspace root in readDatabaseClient, matching the behavior of
the rest of the config loading system.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-04-15 09:45:03 +02:00
parent 168d7cc9eb
commit ed4ee6fdfb
4 changed files with 35 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
Fix config path resolution for embedded-postgres detection in `repo start`