Validate all templates in the template directory
validateAllTemplates(): { valid: boolean; errors: Array<{ template: string; errors: string[]; }>; };
{ valid: boolean; errors: Array<{ template: string; errors: string[]; }>; }
Was this page helpful?