Skip to content

Interface: ServerRenderOptions

Defined in: packages/core/src/session.ts:152

Extends

Properties

destination?

optional destination?: "s3" | "response"

Defined in: packages/core/src/session.ts:155


embedEditLog?

optional embedEditLog?: boolean

Defined in: packages/core/src/session.ts:85

Inherited from

ExportOptions.embedEditLog


endpoint?

optional endpoint?: string

Defined in: packages/core/src/session.ts:156


output

output: OutputOptions

Defined in: packages/core/src/session.ts:84

Inherited from

ExportOptions.output


source?

optional source?: { bucket?: string; key: string; kind: "s3"; } | { kind: "url"; url: string; }

Defined in: packages/core/src/session.ts:154

Defaults to the loaded bytes sent inline. Hosts that uploaded the original pass its reference.


upTo?

optional upTo?: number

Defined in: packages/core/src/session.ts:86

Inherited from

ExportOptions.upTo