mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
Add assets dir for storybook (#877)
This commit is contained in:
parent
09d3c03f2a
commit
2dc89d8f1b
@ -32,5 +32,7 @@ const config: StorybookConfig = {
|
|||||||
.default as ElectronViteConfig;
|
.default as ElectronViteConfig;
|
||||||
return mergeConfig(config, electronViteConfig.renderer as UserConfig);
|
return mergeConfig(config, electronViteConfig.renderer as UserConfig);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
staticDirs: ["../assets"],
|
||||||
};
|
};
|
||||||
export default config;
|
export default config;
|
||||||
|
Loading…
Reference in New Issue
Block a user