chore(site): preset pipeline — scan source directories instead of barrel files (#1333)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Darius Cepulis
2026-04-14 12:28:16 -05:00
committed by GitHub
co-authored by Claude Opus 4.6
parent d8cd59e0fd
commit 7daec38b88
13 changed files with 536 additions and 143 deletions
@@ -553,10 +553,12 @@ export interface PresetSkinDef {
export interface PresetReference {
name: string;
description?: string;
featureBundle: string;
features: string[];
html: {
skins: PresetSkinDef[];
mediaElement?: string;
};
react: {
skins: PresetSkinDef[];