We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing "./dist/runtime/preview" specifier in "@storybook-vue/nuxt" package
main.ts
import type { StorybookConfig } from '@storybook-vue/nuxt'; const config: StorybookConfig = { stories: ['../components/**/*.stories.ts', '../stories/**/*.stories.ts'], addons: [ '@storybook/addon-links', '@storybook/addon-essentials', '@storybook/addon-interactions', ], framework: { name: '@storybook-vue/nuxt', options: {}, }, docs: { autodocs: 'tag', }, }; export default config;
The text was updated successfully, but these errors were encountered:
Missing "./preview.js" specifier in "@storybook-vue/nuxt" package
Im getting this now too. v0.2.0-alpha.0
Sorry, something went wrong.
Missing "./preview.js" specifier in "@storybook-vue/nuxt" package Im getting this now too. v0.2.0-alpha.0
please use the release v0.2.0 here a new demo repo https://github.com/chakAs3/storybook-nuxt3.8.1-demo
chakAs3
No branches or pull requests
Missing "./dist/runtime/preview" specifier in "@storybook-vue/nuxt" package
main.ts
The text was updated successfully, but these errors were encountered: