fix(desktop): embed version in server sidecar (#40764)

This commit is contained in:
Luke Parker
2026-08-06 09:22:11 +10:00
committed by GitHub
parent cb75c935a3
commit 0d35ac087e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ await Bun.build({
external: ["jsonc-parser", "@lydell/node-pty"],
define: {
OPENCODE_MODELS_DEV: generated.modelsData,
OPENCODE_VERSION: `'${Script.version}'`,
OPENCODE_CHANNEL: `'${Script.channel}'`,
},
files: {