We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89cb523 commit 2a88683Copy full SHA for 2a88683
src/utils.ts
@@ -80,7 +80,7 @@ export async function loadKit(rootDir: string): Promise<typeof import('@nuxt/kit
80
}
81
82
83
-export function tryResolveNuxt(rootDir: string) {
+function tryResolveNuxt(rootDir: string) {
84
for (const pkg of ['nuxt-nightly', 'nuxt', 'nuxt3', 'nuxt-edge']) {
85
const path = resolveModulePath(pkg, { from: rootDir, try: true })
86
if (path) {
0 commit comments