Remix.run Logo
Jarred 4 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

norman784 4 days ago | parent [-]

I didn't knew about it, thanks!