Developer Preview — This project is in active development. APIs may change. Provide feedback
Skip to content

@salesforce/b2c-tooling-sdk / scaffold / ScaffoldRegistryOptions

Interface: ScaffoldRegistryOptions

Defined in: packages/b2c-tooling-sdk/src/scaffold/registry.ts:132

Options for creating a scaffold registry

Properties

builtInScaffoldsDir?

optional builtInScaffoldsDir: string

Defined in: packages/b2c-tooling-sdk/src/scaffold/registry.ts:138

Override the built-in scaffolds directory. Useful for bundled environments (e.g. VS Code extensions) where the SDK's data files are copied to a different location. Defaults to the SDK's own data/scaffolds/ directory.

Released under the Apache-2.0 License.