diff --git a/packages/opencode/src/index.ts b/packages/opencode/src/index.ts index 13540a73a36f..7cc2027fbdf9 100644 --- a/packages/opencode/src/index.ts +++ b/packages/opencode/src/index.ts @@ -1,3 +1,4 @@ +import "@opentui/solid/preload" import yargs from "yargs" import { hideBin } from "yargs/helpers" import { RunCommand } from "./cli/cmd/run"