mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 07:40:33 +00:00
refactor(nuxt): remove old reference to nuxt-config-schema
(#25067)
This commit is contained in:
parent
fd812ef636
commit
0add7bdf5d
@ -41,7 +41,6 @@ export default defineNuxtModule({
|
||||
|
||||
// Register module types
|
||||
nuxt.hook('prepare:types', async (ctx) => {
|
||||
ctx.references.push({ path: 'nuxt-config-schema' })
|
||||
ctx.references.push({ path: 'schema/nuxt.schema.d.ts' })
|
||||
if (nuxt.options._prepare) {
|
||||
await writeSchema(schema)
|
||||
|
Loading…
Reference in New Issue
Block a user