Results 722 comments of Tobias Diez

Thanks, but since the peer dependencies have to be installed manually I don't think this is a huge improvement. Is there a way to automatically install these dependencies using `nuxi...

Thanks for this PR and also for the PR https://github.com/nuxt/cli/pull/442!

Websockets are currently not yet supported by h3/nuxt. There are a few workarounds (relatively easy for dev server, pretty hacky for production). I've raised https://github.com/unjs/nitro/issues/678 to discuss proper ws support...

@wokalek Thanks for the pointer. Indeed, h3 now supports ws via crossws and it was pretty straightforward to implement graphql-ws support on top it. For me, it's working great so...

Sorry for the late response. Now that 3.10 is already out (and used in the playground) and sets the bundler module resolution as default, this PR is no longer needed,...

I can reproduce the issue, but couldn't find a solution yet. Simply correcting the path in nuxt's `tsconfig.json` doesn't seem to work.

If you have checks that need to pass before you want to merge the dependabot update PRs, you can use a combination of the "automerge" and "wait for status" actions....

Static dirs might also have a problem as mentioned in https://github.com/nuxt-modules/storybook/issues/574.

Another reproduction: https://github.com/nuxt-modules/storybook/issues/482

@jevadebe Thanks for the investigation! In case you find the time for a PR (which is very much appreciated!), could you please make it against https://github.com/nuxt-modules/storybook/pull/618. In this PR, I've...