summaryrefslogtreecommitdiffhomepage
path: root/packages/plugin/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/plugin/src/index.ts')
-rw-r--r--packages/plugin/src/index.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/plugin/src/index.ts b/packages/plugin/src/index.ts
index 76370d1d5..b78bcae17 100644
--- a/packages/plugin/src/index.ts
+++ b/packages/plugin/src/index.ts
@@ -12,10 +12,10 @@ import type {
Config,
} from "@opencode-ai/sdk"
-import type { BunShell } from "./shell"
-import { type ToolDefinition } from "./tool"
+import type { BunShell } from "./shell.js"
+import { type ToolDefinition } from "./tool.js"
-export * from "./tool"
+export * from "./tool.js"
export type ProviderContext = {
source: "env" | "config" | "custom" | "api"