wip(share): more styling

This commit is contained in:
Adam 2025-11-24 11:56:00 -06:00
commit acf1dd8500
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
30 changed files with 264 additions and 190 deletions

View file

@ -6,7 +6,7 @@ import { LANGUAGE_EXTENSIONS } from "./language"
import { Bus } from "../bus"
import z from "zod"
import type { LSPServer } from "./server"
import { NamedError } from "../util/error"
import { NamedError } from "@opencode-ai/util/error"
import { withTimeout } from "../util/timeout"
import { Instance } from "../project/instance"