Hacker News new | ask | show | jobs
by Jarred 286 days ago
You can use `bun install --linker=isolated`, which we might make the default in Bun v1.3. The main downside is it makes your app load slightly slower since now every file path is a symlink.

https://bun.sh/docs/install/isolated

1 comments

I didn't knew about it, thanks!