From 18e10c5d0baf85273e83bf75f9fc6b0dce2c0d79 Mon Sep 17 00:00:00 2001 From: Patrick Connolly Date: Mon, 7 Oct 2024 21:30:31 -0400 Subject: [PATCH] Removed localhost debug for multi-branch. --- .storybook/preview.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/.storybook/preview.js b/.storybook/preview.js index 7363c5e..6177e5b 100644 --- a/.storybook/preview.js +++ b/.storybook/preview.js @@ -2,9 +2,6 @@ const isGithubBuild = !!process.env["GITHUB_REPOSITORY"] const preview = { parameters: { - branches: { - hostname: "127.0.0.1:8080/storybook-bundle", - }, controls: { matchers: { color: /(background|color)$/i,