We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a08a6c commit 612522aCopy full SHA for 612522a
1 file changed
packages/opencode/src/provider/transform.ts
@@ -6,7 +6,7 @@ import type * as Provider from "./provider"
6
import type * as ModelsDev from "./models"
7
import { iife } from "@/util/iife"
8
import { Flag } from "@opencode-ai/core/flag/flag"
9
-import { Log } from "@/util"
+import { Log } from "@opencode-ai/core/util/log"
10
11
const log = Log.create({ service: "transform" })
12
0 commit comments