@dxos/app-framework - v0.10.0
    Preparing search index...

    Variable PublishConst

    Publish: Schema.Struct<
        {
            assetBaseUrl: Schema.optional<typeof Schema.String>;
            buildCommand: Schema.optional<typeof Schema.String>;
            outputDirectory: Schema.optional<typeof Schema.String>;
        },
    >

    Publish orchestration for dx registry publish: build command, output directory, and optional hosting override. All three are consumed together — they are a single workflow, not separate concerns.