fix(nuxt): fix typo on `nitro.autoImport` option (#21485)

This commit is contained in:
Anthony Fu 2023-06-09 11:15:33 +02:00 committed by GitHub
parent b0ba4b8640
commit 02ba4b30ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ export async function initNitro (nuxt: Nuxt & { _nitro?: Nitro }) {
dev: nuxt.options.dev,
buildDir: nuxt.options.buildDir,
imports: {
autoImports: nuxt.options.imports.autoImport,
autoImport: nuxt.options.imports.autoImport,
imports: [
{
as: '__buildAssetsURL',