Skip to content

Commit 31cb11d

Browse files
committed
chore(nuxt): fix nuxt ci build with "import.meta"
1 parent 7a65169 commit 31cb11d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/nuxt/playground/nuxt.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import { defineNuxtConfig } from 'nuxt/config'
2-
import PiniaOrm from '../src/module'
32

43
export default defineNuxtConfig({
54
modules: [
65
'@nuxt/devtools',
76
'@pinia/nuxt',
8-
PiniaOrm,
7+
'../src/module',
98
],
109
// See https://github.com/nuxt/framework/issues/2371
1110
nitro: {

0 commit comments

Comments
 (0)