feat(util): configure package publishing (#38129)
This commit is contained in:
parent
cf651bc41b
commit
69d7c2add7
35 changed files with 161 additions and 71 deletions
|
|
@ -1,7 +1,5 @@
|
|||
declare global {
|
||||
const OPENCODE_VERSION: string
|
||||
const OPENCODE_CHANNEL: string
|
||||
}
|
||||
declare const OPENCODE_VERSION: string
|
||||
declare const OPENCODE_CHANNEL: string
|
||||
|
||||
export const InstallationVersion = typeof OPENCODE_VERSION === "string" ? OPENCODE_VERSION : "local"
|
||||
export const InstallationChannel = typeof OPENCODE_CHANNEL === "string" ? OPENCODE_CHANNEL : "local"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue