You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve config and db paths relative to workspace root
pnpm --filter changes cwd to the package directory, so relative paths
like 'raiflow.yaml' and './raiflow.db' resolved inside packages/runtime/
instead of the workspace root. Now walks up to find pnpm-workspace.yaml
and resolves all paths from there.
0 commit comments