beta badge for desktop app (#14471)

Co-authored-by: Brendan Allan <git@brendonovich.dev>
This commit is contained in:
Adam 2026-04-16 01:03:41 -05:00 committed by GitHub
commit f418fd5632
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 44 additions and 33 deletions

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 {