Skip to content

Commit 0a6c91f

Browse files
committed
fix(nuxt): Wrong static import causing installation problems
1 parent 66b0abe commit 0a6c91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxt/src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export const ormOptions = ${JSON.stringify(options, null, 2)}
6363
},
6464
})
6565

66-
addPlugin(resolver.resolve('./runtime/plugin.vue'), {
66+
addPlugin(resolver.resolve('./runtime/plugin'), {
6767
append: true,
6868
})
6969

0 commit comments

Comments
 (0)