You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(build): fix glob pattern expansion in build script
Fix tarball extraction by using JavaScript fs.readdirSync() to find
actual filenames instead of relying on shell glob expansion which
doesn't work in Bun's $ command.
This allows the build script to successfully compile OpenCode binaries.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments