File SystemPackage ManagerConfiguring a monorepo using workspacesBun's package manager supports npm "workspaces" . Workspaces split a codebase into distinct packages that live in the same repository, can depend on each other,Copy MarkdownOpenInstall a package under a different nameTo install an npm package under an alias:Override the default npm registry for bun installThe default registry is registry.npmjs.org . Override it globally in bunfig.toml .