We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9b250 commit 7380be7Copy full SHA for 7380be7
.storybook/main.cjs
@@ -22,8 +22,6 @@ module.exports = {
22
},
23
async viteFinal(config, { configType: _configType }) {
24
config.resolve.alias = {
25
- $components: path.resolve('./src/components'),
26
- $routes: path.resolve('./src/routes'),
27
$lib: path.resolve('./src/lib'),
28
};
29
0 commit comments