Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2a88683

Browse filesBrowse files
committed
chore: remove export
1 parent 89cb523 commit 2a88683
Copy full SHA for 2a88683

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎src/utils.ts‎

Copy file name to clipboardExpand all lines: src/utils.ts
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.