mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
fix: remove augmentation of app (#152)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user