Skip to content

Commit 2a88683

Browse files
committed
chore: remove export
1 parent 89cb523 commit 2a88683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export async function loadKit(rootDir: string): Promise<typeof import('@nuxt/kit
8080
}
8181
}
8282

83-
export function tryResolveNuxt(rootDir: string) {
83+
function tryResolveNuxt(rootDir: string) {
8484
for (const pkg of ['nuxt-nightly', 'nuxt', 'nuxt3', 'nuxt-edge']) {
8585
const path = resolveModulePath(pkg, { from: rootDir, try: true })
8686
if (path) {

0 commit comments

Comments
 (0)