Daniel Roe
Daniel Roe
we could add it to the `dev` command instead? `"dev": "npm run dev:prepare && nuxi dev playground"`
As a documentation improvement and convention (so Nuxt moves `nitro` -> `server`) I think it would make a lot of sense. 👍 (I don't think you mean this, but worth...
This is almost certainly an issue with your code rather than in Nuxt, but be aware that if your initial request is on the server this is happening: - you...
Your e2e tests should not run in a nuxt environment - that's only for your runtime tests (the ones that are running in a DOM environment)
yes, we released it workspace support immediately before vitest renamed it to projects. we'll update in the next release, dropping support for older vitest versions (but that doesn't affect my...
might be worth checking how it's done here: https://github.com/nuxt-modules/mdc/blob/a69242835d10733cfa8a9149dd74c47ea75b92df/src/module.ts#L181-L189 (I wouldn't do it _exactly_ this way but we can probably do it at build time rather than adding it to...
I'd prefer not to add it as a dependency. configuring sanity options for Nuxt Image won't make it the _default_ provider, so it should be safe for the end user,...
string identifiers (but this does include passing a path to a custom driver) are required as they become part of your runtime code and we want a hard separation between...
when you say it asks for react, what is the exact message?