2022-10-24 16:59:57 +11:00

15 lines
285 B
JavaScript

import { withLinks } from '@storybook/addon-links';
export const decorators = [withLinks];
const port = process.env.SERVER_PORT || 1337;
export const parameters = {
docs: {
iframeHeight: '200px',
},
server: {
url: `http://localhost:${port}/storybook_preview`,
},
};