Skip to content

Commit

Permalink
[C] remove composition from epo-widget-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgoff committed May 16, 2024
1 parent 23474b5 commit a257094
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions packages/epo-widget-lib/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,6 @@ const config: StorybookConfig = {
},
{ from: "../public/localeStrings", to: "/locales" },
],
refs: (config, { configType }) => {
if (configType === "DEVELOPMENT") {
return {
"epo-react-lib": {
title: "EPO UI Library",
url: "http://localhost:6006",
},
};
}
return {
"epo-react-lib": {
title: "EPO UI Library",
url: "https://lsst-epo.github.io/epo-react-lib/@rubin-epo/epo-react-lib",
},
};
},
async viteFinal(config) {
config.plugins = config.plugins?.filter((p) => p?.name !== "vite:dts");

Expand Down

0 comments on commit a257094

Please sign in to comment.