Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
s00d committed Aug 17, 2024
1 parent e0aae54 commit 2ef66f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { startSubprocess } from '@nuxt/devtools-kit'

export default defineNuxtConfig({
modules: [
'nuxt-i18n-micro',
'../src/module',
defineNuxtModule({
setup(_, nuxt) {
if (!nuxt.options.dev)
Expand Down

0 comments on commit 2ef66f3

Please sign in to comment.