PconfigVersion
Bun

property

BunLockFile.configVersion

configVersion?: 0 | 1

0 / undefined for projects created before v1.3.2, 1 for projects created after.


Right now this only changes the default install linker strategy:

  • With 0, the linker is hoisted.
  • With 1, the linker is isolated for workspaces and hoisted for single-package projects.