Skip to content

Commit

Permalink
chore(nuxt): fix nuxt ci build with "import.meta"
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDredd committed Nov 27, 2024
1 parent 7a65169 commit 31cb11d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/nuxt/playground/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import { defineNuxtConfig } from 'nuxt/config'
import PiniaOrm from '../src/module'

export default defineNuxtConfig({
modules: [
'@nuxt/devtools',
'@pinia/nuxt',
PiniaOrm,
'../src/module',
],
// See https://github.com/nuxt/framework/issues/2371
nitro: {
Expand Down

0 comments on commit 31cb11d

Please sign in to comment.