beta badge for desktop app (#14471)

Co-authored-by: Brendan Allan <git@brendonovich.dev>
This commit is contained in:
Adam
2026-04-16 06:03:41 +00:00
committed by GitHub
co-authored by Brendan Allan
parent 675a46e23e
commit f418fd5632
3 changed files with 44 additions and 33 deletions
+1
View File
@@ -3,6 +3,7 @@ import "solid-js"
interface ImportMetaEnv {
readonly VITE_OPENCODE_SERVER_HOST: string
readonly VITE_OPENCODE_SERVER_PORT: string
readonly OPENCODE_CHANNEL?: "dev" | "beta" | "prod"
}
interface ImportMeta {