From de47079432d4a6bc060886f5c092ec3589f54ca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20I=C3=9Fbr=C3=BCcker?= Date: Thu, 26 Jun 2025 10:08:27 +0200 Subject: [PATCH] chore: configure preferred example render groups --- dspublisher/config/production.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dspublisher/config/production.json b/dspublisher/config/production.json index 22035408a6..13c65f7907 100644 --- a/dspublisher/config/production.json +++ b/dspublisher/config/production.json @@ -8,5 +8,6 @@ "Flow", "React", "Lit" - ] + ], + "preferredExampleRenderGroups": ["React", "Lit"] }