mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
fix: storybook build issue (#6554)
This commit is contained in:
@@ -41,7 +41,7 @@ export default {
|
||||
// disable for storybook build
|
||||
runtimeConfig.enableCloud = false;
|
||||
return mergeConfig<InlineConfig, InlineConfig>(config, {
|
||||
assetsInclude: ['**/*.md'],
|
||||
assetsInclude: ['**/*.md', '**/*.zip'],
|
||||
resolve: {
|
||||
alias: {
|
||||
// workaround for https://github.com/vitejs/vite/issues/9731
|
||||
|
||||
Reference in New Issue
Block a user