mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-20 04:21:23 +00:00
fix: remove ?binary from compile to prevent shell-util wasm (#65)
This commit is contained in:
@@ -158,6 +158,7 @@ async function buildTarget(
|
||||
`--target=${target.bunTarget}`,
|
||||
"--env",
|
||||
"inline",
|
||||
"--external=*?binary",
|
||||
];
|
||||
|
||||
const buildEnv = mode === "prod" ? createCleanEnv(envVars) : { ...process.env, ...envVars };
|
||||
|
||||
Reference in New Issue
Block a user