Slicemahine latest update breaking storybook-nuxt

Alright, I found some time to run your project. What happens is that Nuxt-Storybook takes relative paths as-is, so the paths inside nuxt.config are wrong by default. For the moment, you can prefix them with ~/.

  storybook: {
    stories: ["~/.slicemachine/assets/**/*.stories.@(js|jsx|ts|tsx|svelte)"]
  },

I created an issue here: Relative stories paths should match nuxt config location · Issue #328 · nuxt-community/storybook · GitHub and hopefully we can work things out