The error is Failed to resolve module specifier "vue". Relative references must start with either "/", "./", or "../".. I think it's because the path in the compiled story file is hardcoded to the full path. Like in my screenshot. Do you have an idea to work around this?
Hello, very cool package! Really excels our usage of nuxt with storybook.
We have a problem deploying the storybook with this approach. https://storybook.js.org/docs/react/sharing/publish-storybook
The error is
Failed to resolve module specifier "vue". Relative references must start with either "/", "./", or "../".
. I think it's because the path in the compiled story file is hardcoded to the full path. Like in my screenshot. Do you have an idea to work around this?