refactor: remove module barrels (#24554)
This commit is contained in:
@@ -3,7 +3,8 @@ export * as ConfigManaged from "./managed"
|
||||
import { existsSync } from "fs"
|
||||
import os from "os"
|
||||
import path from "path"
|
||||
import { Log, Process } from "../util"
|
||||
import * as Log from "@opencode-ai/core/util/log"
|
||||
import { Process } from "@/util/process"
|
||||
import { warn } from "console"
|
||||
|
||||
const log = Log.create({ service: "config" })
|
||||
|
||||
Reference in New Issue
Block a user