fix: add back Installation import for VERSION

This commit is contained in:
Dax Raad
2026-03-22 14:45:16 -04:00
parent 59def2539a
commit 4226d8b558
2 changed files with 1 additions and 0 deletions

0
packages/opencode/git Normal file
View File

View File

@@ -104,6 +104,7 @@ async function getTerminalBackgroundColor(): Promise<"dark" | "light"> {
}
import type { EventSource } from "./context/sdk"
import { Installation } from "@/installation"
export function tui(input: {
url: string