feat(FN-4687): complete Step 3 — export backend selector surface
Fusion-Task-Id: FN-4687 Fusion-Task-Lineage: d646a4dc-e28e-4b1f-ac07-c4ab79e893d5
This commit is contained in:
committed by
gsxdsm
parent
e2d7dcbf27
commit
bf97042b61
@@ -7,7 +7,12 @@ import { assertCleanBranchAtBase, inspectBranchConflict } from "./branch-conflic
|
||||
import { worktreePoolLog } from "./logger.js";
|
||||
import { isInsideConfiguredWorktreesDir, resolveWorktreesDir } from "./worktree-paths.js";
|
||||
|
||||
export { WorktrunkOperationError, resolveWorktreeBackend } from "./worktree-backend.js";
|
||||
export {
|
||||
NativeWorktreeBackend,
|
||||
WorktrunkOperationError,
|
||||
WorktrunkWorktreeBackend,
|
||||
resolveWorktreeBackend,
|
||||
} from "./worktree-backend.js";
|
||||
export type { WorktreeBackend, WorktreeBackendKind } from "./worktree-backend.js";
|
||||
|
||||
const execAsync = promisify(exec);
|
||||
|
||||
Reference in New Issue
Block a user