Options

Configure Nuxt Storybook with the storybook property.

nuxt.config.ts
export default {
  // Defaults options
  storybook: {
    url: 'http://localhost:6006',
    port: 6006,
  },
}