Skip to content

Commit f487f43

Browse files
committed
fix ts-expect-error
1 parent 11539c8 commit f487f43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/nuxt/src/vite/addServerConfig.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ export function addDynamicImportEntryFileWrapper(nitro: Nitro, serverConfigFile:
9494
}
9595

9696
nitro.options.rollupConfig.plugins.push(
97-
// @ts-expect-error - This is the correct type, but it shows an error because of two different definitions
9897
wrapEntryWithDynamicImport(createResolver(nitro.options.srcDir).resolve(`/${serverConfigFile}`)),
9998
);
10099
}

0 commit comments

Comments
 (0)