quiet-tent-87246
07/10/2022, 10:47 AMts
import * as sbPreview from '../../.storybook/preview';
import { setGlobalConfig } from '@storybook/testing-react';
setGlobalConfig(sbPreview);
but i keep getting
Module not found: Error: You attempted to import ../../.storybook/preview which falls outside of the project src/ directory. Relative imports outside of src/ are not supported.
any idea how to solve it?