summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/context/global-sync/utils.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/app/src/context/global-sync/utils.ts')
-rw-r--r--packages/app/src/context/global-sync/utils.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/app/src/context/global-sync/utils.ts b/packages/app/src/context/global-sync/utils.ts
index cac58f317..b98299088 100644
--- a/packages/app/src/context/global-sync/utils.ts
+++ b/packages/app/src/context/global-sync/utils.ts
@@ -1,4 +1,5 @@
import type { Agent, Project, ProviderListResponse } from "@opencode-ai/sdk/v2/client"
+export { pathKey as directoryKey, type PathKey as DirectoryKey } from "@/utils/path-key"
export const cmp = (a: string, b: string) => (a < b ? -1 : a > b ? 1 : 0)