GHHG10's picture
download
raw
280 Bytes
import { app } from "electron"
type Channel = "dev" | "beta" | "prod"
const raw = import.meta.env.OPENCODE_CHANNEL
export const CHANNEL: Channel = raw === "dev" || raw === "beta" || raw === "prod" ? raw : "dev"
export const UPDATER_ENABLED = app.isPackaged && CHANNEL !== "dev"

Xet Storage Details

Size:
280 Bytes
·
Xet hash:
abdd7a9ef3123a7dafca4da78db5c3a20e1232e96fd4206897192ca897441667

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.