File tree Expand file tree Collapse file tree 5 files changed +3
-7
lines changed
Expand file tree Collapse file tree 5 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 11import About from './about.vue'
22import type { Meta , StoryObj } from '@storybook-vue/nuxt'
3- import { pageDecorator } from '# storybook/decorators'
3+ import { pageDecorator } from '../../. storybook/decorators'
44
55const meta = {
66 component : About ,
Original file line number Diff line number Diff line change 11import Accessibility from './accessibility.vue'
22import type { Meta , StoryObj } from '@storybook-vue/nuxt'
3- import { pageDecorator } from '# storybook/decorators'
3+ import { pageDecorator } from '../../. storybook/decorators'
44
55const meta = {
66 component : Accessibility ,
Original file line number Diff line number Diff line change 11import Privacy from './privacy.vue'
22import type { Meta , StoryObj } from '@storybook-vue/nuxt'
3- import { pageDecorator } from '# storybook/decorators'
3+ import { pageDecorator } from '../../. storybook/decorators'
44
55const meta = {
66 component : Privacy ,
Original file line number Diff line number Diff line change @@ -351,7 +351,6 @@ export default defineNuxtConfig({
351351 allowImportingTsExtensions : true ,
352352 paths : {
353353 '#cli/*' : [ '../cli/src/*' ] ,
354- '#storybook/*' : [ '../.storybook/*' ] ,
355354 } ,
356355 } ,
357356 include : [ '../test/unit/app/**/*.ts' ] ,
Original file line number Diff line number Diff line change 99 "url" : " https://roe.dev"
1010 },
1111 "type" : " module" ,
12- "imports" : {
13- "#storybook/*" : " ./.storybook/*"
14- },
1512 "scripts" : {
1613 "build" : " nuxt build" ,
1714 "build:test" : " NODE_ENV=test vp run build" ,
You can’t perform that action at this time.
0 commit comments