Skip to content

Commit

Permalink
Merge pull request #224 from dargmuesli/defu
Browse files Browse the repository at this point in the history
chore(defu): do not use default export
  • Loading branch information
Baroshem committed Sep 29, 2023
2 parents d35b9c7 + 684709b commit c50d055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { fileURLToPath } from 'node:url'
import { resolve, normalize } from 'pathe'
import { defineNuxtModule, addServerHandler, installModule, addVitePlugin } from '@nuxt/kit'
import defu from 'defu'
import { defu } from 'defu'
import { Nuxt, RuntimeConfig } from '@nuxt/schema'
import { builtinDrivers } from 'unstorage'
import { defuReplaceArray } from './utils'
Expand Down

0 comments on commit c50d055

Please sign in to comment.