Skip to content

Commit 806169d

Browse files
committed
fix(bridge): import nuxt3 src from relative path
1 parent 0ebf67b commit 806169d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/global-imports.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { installModule, useNuxt } from '@nuxt/kit'
2-
import globalImports from 'nuxt3/src/global-imports/module'
2+
import globalImports from '../../nuxt3/src/global-imports/module'
33

44
// TODO: implement these: https://github.com/nuxt/framework/issues/549
55
const disabled = [

0 commit comments

Comments
 (0)