mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 07:40:33 +00:00
fix(bridge): import nuxt3 src from relative path
This commit is contained in:
parent
03754d9ff7
commit
eb0332126e
@ -1,5 +1,5 @@
|
||||
import { installModule, useNuxt } from '@nuxt/kit'
|
||||
import globalImports from 'nuxt3/src/global-imports/module'
|
||||
import globalImports from '../../nuxt3/src/global-imports/module'
|
||||
|
||||
// TODO: implement these: https://github.com/nuxt/framework/issues/549
|
||||
const disabled = [
|
||||
|
Loading…
Reference in New Issue
Block a user