mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-02 23:23:45 +00:00
ci: test
This commit is contained in:
@@ -42,11 +42,11 @@ export namespace Installation {
|
||||
}
|
||||
|
||||
export function isPreview() {
|
||||
return VERSION.startsWith("0.0.0")
|
||||
return CHANNEL !== "latest"
|
||||
}
|
||||
|
||||
export function isDev() {
|
||||
return VERSION === "dev"
|
||||
export function isLocal() {
|
||||
return typeof OPENCODE_CHANNEL !== "string"
|
||||
}
|
||||
|
||||
export async function method() {
|
||||
|
||||
Reference in New Issue
Block a user