build: multi channel install test

This commit is contained in:
rendianmeng
2026-07-23 17:52:52 +08:00
parent 08bdc3be97
commit 4bd84e934c
+2
View File
@@ -32,6 +32,8 @@ const { entry, outfile, target } = parseArgs(process.argv.slice(2));
const result = await Bun.build({
entrypoints: [entry],
// Bundler defaults to "browser"; CLI needs Node/Bun builtins.
target: "bun",
define: {
"process.env.BAILIAN_COMPILED": JSON.stringify("1"),
},