Skip to main content

resolve

Function resolve 

Source
pub fn resolve(
    category_root: &Path,
    allow_external_dependencies: bool,
) -> Result<BunRuntimeSpec>
Expand description

Resolve the Bun dependency policy for one physical preset category.

Built-in scripts always disable package installation, even if an overlay adds unrelated package files. External or overlay scripts may opt in by providing both package.json and bun.lock at their category root.