Options

Configure Nuxt Storybook with the storybook property.

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