Skip to content

Commit

Permalink
chore(docs): fix storybook alias reference
Browse files Browse the repository at this point in the history
  • Loading branch information
realdreamer committed Aug 28, 2023
1 parent 94c05a7 commit 7866e51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/apps/docs/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,12 @@ const config: StorybookConfig = {
config.resolve.alias = {
...config.resolve.alias,

'@': path.resolve(__dirname, '../src'),
'@/components': path.resolve(__dirname, '../src/components'),
'@/utils': path.resolve(__dirname, '../src/utils'),
'@/types': path.resolve(__dirname, '../src/types'),
'@/hooks': path.resolve(__dirname, '../src/hooks'),
'@/pages': path.resolve(__dirname, '../src/pages'),
'@kadena-ui/react-components': path.resolve(
__dirname,
'../../../libs/react-components',
Expand Down

0 comments on commit 7866e51

Please sign in to comment.