Skip to content

Commit

Permalink
fix: type error
Browse files Browse the repository at this point in the history
  • Loading branch information
bashmish committed Oct 19, 2023
1 parent f64277b commit 384aeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dev-server-storybook/src/serve/storybookPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function storybookPlugin(pluginConfig: StorybookPluginConfig): Plugin {
return {
name: 'storybook',

serverStart(args: { config: unknown }) {
serverStart(args: { config: DevServerCoreConfig }) {
serverConfig = args.config;
},

Expand Down

0 comments on commit 384aeca

Please sign in to comment.