@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?
optionalssrParameters: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