Skip to content

Commit

Permalink
docs: note that @nuxt/schema should be used by module authors (#26190)
Browse files Browse the repository at this point in the history
  • Loading branch information
riddla committed Mar 18, 2024
1 parent ac54031 commit 41f6a0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/2.guide/3.going-further/10.runtime-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,7 @@ declare module 'nuxt/schema' {
// It is always important to ensure you import/export something when augmenting a type
export {}
```

::note
`nuxt/schema` is provided as a convenience for end-users to access the version of the schema used by Nuxt in their project. Module authors should instead augment `@nuxt/schema`.
::

0 comments on commit 41f6a0a

Please sign in to comment.