import path from 'path'; export const STORYBOOK_USER_CONFIG_PATH = 'config/storybook'; export const STORYBOOK_CONFIG_PATH = `config/storybook`; export const STORYBOOK_PORT = 9009; export const STORYBOOK_DIST_DIR_NAME = 'storybook-static'; export const STORYBOOK_TEMPLATE_DIR = path.join(__dirname, '../../template');