mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-31 14:22:27 +00:00
lsp progress
This commit is contained in:
6
packages/opencode/src/cli/version.ts
Normal file
6
packages/opencode/src/cli/version.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
declare global {
|
||||
const OPENCODE_VERSION: string
|
||||
}
|
||||
|
||||
export const VERSION =
|
||||
typeof OPENCODE_VERSION === "string" ? OPENCODE_VERSION : "dev"
|
||||
Reference in New Issue
Block a user