From 08bd1f433db251902ffa473086a5a43915b862ac Mon Sep 17 00:00:00 2001 From: Dale Seo Date: Tue, 10 Dec 2024 19:57:03 -0500 Subject: [PATCH] allow for connecting local storybook with remote chromatic --- chromatic.config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 chromatic.config.json diff --git a/chromatic.config.json b/chromatic.config.json new file mode 100644 index 0000000..8594aa7 --- /dev/null +++ b/chromatic.config.json @@ -0,0 +1,5 @@ +{ + "onlyChanged": true, + "projectId": "Project:675790d317ba346348aa3490", + "zip": true +}