Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / operations/mrt / MrtServerConfig

Interface: MrtServerConfig

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/bundle.ts:26

Shape of config.server.ts exported from an MRT app. Used to define ssrOnly, ssrShared, and ssrParameters for bundle creation.

Properties

ssrOnly

ssrOnly: string[]

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/bundle.ts:27


ssrParameters?

optional ssrParameters: Record<string, unknown>

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/bundle.ts:29


ssrShared

ssrShared: string[]

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/bundle.ts:28

Released under the Apache-2.0 License.