Type declarations with `addServerTemplate` in a module
addTemplate
.
Thanks!...Unwrap SerializeObject.
Fastly Edge Caching with Nuxt 3 and NuxtLinks
Custom use fetch type error
How to type a custom Nuxt plugin instance in TypeScript?
UseLazyAsyncData refresh behaviour
useFetch undefined computed
const { data: session } = await useLazyFetch('/api/session')
const { data: me } = await useLazyFetch(`/api/users/${session.value.userId}`)
const { data: session } = await useLazyFetch('/api/session')
const { data: me } = await useLazyFetch(`/api/users/${session.value.userId}`)
trailingSlash with query string
Get api return type to use with component prop
Nuxt 4 TypeScript vue-tsc upgrade error "Compiler option '--noEmit' may not be used with '--build"
nuxt prepare && vue-tsc -b --noEmit
however this results in an error with latest Nuxt (4.0.3) and vue-tsc (3.0.5).
```
$ npm run typecheck
red@0.0.1 typecheck nuxt prepare && vue-tsc -b --noEmit...
Provide function for module
defineEventHandler
I also don't want it set in the nuxt.config.tsUpdating Nuxt and @nuxtjs/composition-api breaks the Jest setup
@nuxtjs@composition-api
from 0.29 to 0.34. But now my Jest setup does not work.
I have a global mock for composition api like this:
```
// mocks/@nuxtjs/composition-api.js...Manually open the ContextMenu component
Request cancellation - dedupe on post requests
Custom useFetch
New project - Your project has pages but the `<NuxtPage />` component has not been used.

Auth solutions for Cloudflare Workers
Links to public assets break after `nuxi generate`
<img src="/images/me.jpg">
and they work.
After build the assets are no longer found, but changing them to <img src="images/me.jpg">
fixes it (notice missing leading/
)...Module author upgrading Kit versions
@nuxt/kit
and @nuxt/schema
version from 3.x.x to 4, will Nuxt 3 users still be able to use it?
I assume as long as meta.compatibility.nuxt
is like this it will still work?
```ts...i18n module - $t is not defined