From edd9627789f4e08cebf80a8f99cf66817719ebd3 Mon Sep 17 00:00:00 2001 From: Jeppe Reinhold Date: Tue, 24 Mar 2026 13:28:16 +0100 Subject: [PATCH] chore: narrow externals configuration in chromatic --- chromatic.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromatic.config.json b/chromatic.config.json index d03e414203..cb44a68276 100644 --- a/chromatic.config.json +++ b/chromatic.config.json @@ -3,5 +3,5 @@ "onlyChanged": true, "autoAcceptChanges": "main", "exitZeroOnChanges": false, - "externals": ["public/**", "app/assets/**", ".storybook/**", "nuxt.config.ts", "uno.config.ts"] + "externals": [".storybook/**", "uno.config.ts"] }