We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f524c commit 0f48899Copy full SHA for 0f48899
1 file changed
packages/opencode/script/build-node.ts
@@ -1,5 +1,6 @@
1
#!/usr/bin/env bun
2
3
+import { Script } from "@opencode-ai/script"
4
import fs from "fs"
5
import path from "path"
6
import { fileURLToPath } from "url"
@@ -48,6 +49,7 @@ await Bun.build({
48
49
external: ["jsonc-parser"],
50
define: {
51
OPENCODE_MIGRATIONS: JSON.stringify(migrations),
52
+ OPENCODE_CHANNEL: `'${Script.channel}'`,
53
},
54
})
55
0 commit comments