|
|
|
|
|
by johnnypangs
1286 days ago
|
|
Bun seems really cool! I had a question about this part: > Bun now works in more Linux environments, including Amazon Linux 2 and builds for Vercel and Cloudflare Pages. (Previously, you might have seen errors like: "version 'GLIBC_2.29' not found") How would building for Vercel and CF pages work? Like normal but installing the relevant build tools using bun? |
|
Right now you’d need to download it via curl https://bun.sh/install | bash
But we need to make that better