wip(share): more styling

This commit is contained in:
Adam
2025-11-24 11:56:00 -06:00
parent 3fb57044d1
commit acf1dd8500
30 changed files with 266 additions and 192 deletions

View File

@@ -9,7 +9,7 @@ import { UpgradeCommand } from "./cli/cmd/upgrade"
import { ModelsCommand } from "./cli/cmd/models"
import { UI } from "./cli/ui"
import { Installation } from "./installation"
import { NamedError } from "./util/error"
import { NamedError } from "@opencode-ai/util/error"
import { FormatError } from "./cli/error"
import { ServeCommand } from "./cli/cmd/serve"
import { DebugCommand } from "./cli/cmd/debug"