Skip to content

Commit

Permalink
Merge pull request #21022 from storybookjs/fix-vue-sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday authored Feb 9, 2023
2 parents 1e662a2 + 5fbb76b commit 7be61cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tasks/sandbox-parts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ function setSandboxViteFinal(mainConfig: ConfigFile) {
...config.server,
fs: {
...config.server?.fs,
allow: ['src', 'template-stories', 'node_modules', ...(config.server?.fs?.allow || [])],
allow: ['stories', 'src', 'template-stories', 'node_modules', ...(config.server?.fs?.allow || [])],
},
},
})`;
Expand Down

0 comments on commit 7be61cb

Please sign in to comment.