chunghha / nuxt-daisy

Nuxt 3 Starter with DaisyUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

defineNuxtConfig error

kero13ro opened this issue · comments

nuxt crashed silently in 3.4.2

export default {
  buildModules: ['@nuxtjs/tailwindcss']
}

nuxt.config fixed version

export default defineNuxtConfig({
  modules: ['@nuxtjs/tailwindcss']
})

I am sorry for my late response. As I am away from using Nuxt nowadays I am not updating this repo often. However, the commit I just made fixes this problem.