Skip to content

Commit 2267e69

Browse files
committed
build: expose public dir for public assets storybook
1 parent 4017d26 commit 2267e69

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libs/soba/.storybook/main.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,11 @@ const config: StorybookConfig & StorybookConfigVite = {
3434
plugins: [angular({ jit: true, tsconfig: './.storybook/tsconfig.json' }), nxViteTsPaths()],
3535
});
3636
},
37-
37+
staticDirs: ['./public'],
3838
framework: {
3939
name: '@storybook/angular',
4040
options: {},
4141
},
42-
4342
docs: {},
4443
};
4544

0 commit comments

Comments
 (0)