For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/zh/api/interfaces/api.BuildOptions.md.
  • 简体中文
  • Interface: BuildOptions

    Extends

    Properties

    configPath?

    readonly optional configPath?: string

    Inherited from

    ProjectOptions.configPath


    logger?

    readonly optional logger?: StructuredLogger

    Inherited from

    ProjectOptions.logger


    mode?

    readonly optional mode?: string

    Inherited from

    ProjectOptions.mode


    output?

    readonly optional output?: string


    packageOutputs?

    readonly optional packageOutputs?: boolean

    Also produce the framework-owned npm package build (dist/ bin + lib outputs) when the project declares or conventionally provides one. The CLI build command always requests this; programmatic artifact operations (temporary artifacts, dev, evals) never do.


    registry?

    readonly optional registry?: TargetRegistry

    Advanced adapter registry used for every source, artifact, and runtime operation.

    Inherited from

    ProjectOptions.registry


    root

    readonly root: string

    Inherited from

    ProjectOptions.root


    targets?

    readonly optional targets?: readonly string[]

    Inherited from

    ProjectOptions.targets