Skip to content

Commit

Permalink
fix: remove augmentation of app (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored May 4, 2023
1 parent 11e00a1 commit f5c0030
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ export default defineNuxtModule<ModuleOptions>({

nuxt.options.appConfig.ui = defu(nuxt.options.appConfig.ui, preset)

nuxt.hook('app:resolve', (app) => {
app.configs.push(resolve(runtimeDir, 'app.config'))
})

// @ts-ignore
nuxt.hook('tailwindcss:config', function (tailwindConfig: TailwindConfig) {
const globalColors = {
Expand Down

0 comments on commit f5c0030

Please sign in to comment.