Skip to main content

assertConfigValid()

assertConfigValid(config): Promise<void>

Defined in: validate.ts:155

Validates the config and throws a formatted error if any issues are found. Checks both schema validity and template path existence.

Parameters

config

unknown

Returns

Promise<void>