Update storybook to version 10.0.2 (#36657)

This commit is contained in:
Matt Jankowski
2025-11-04 04:42:27 -05:00
committed by GitHub
parent 966aaaaf56
commit cf87da25ad
3 changed files with 119 additions and 174 deletions

View File

@@ -31,7 +31,7 @@ const config: StorybookConfig = {
viteFinal(config) {
// For an unknown reason, Storybook does not use the root
// from the Vite config so we need to set it manually.
config.root = resolve(__dirname, '../app/javascript');
config.root = resolve(import.meta.dirname, '../app/javascript');
return config;
},
};