mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 03:18:53 +00:00
Documents the publicHoistPattern and hoistPattern configuration options for bunfig.toml. These settings control dependency hoisting behavior when using isolated installs (linker = "isolated"). - publicHoistPattern: Controls hoisting to root node_modules - hoistPattern: Controls hoisting within each package's node_modules Both settings are pnpm-compatible and match against dependency names only. Includes examples for common use cases and .npmrc configuration syntax. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>