feat: initial project setup with Nuxt and Tailwind CSS
This commit is contained in:
8
nuxt.config.ts
Normal file
8
nuxt.config.ts
Normal file
@ -0,0 +1,8 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2024-04-03',
|
||||
devtools: { enabled: true },
|
||||
modules: [
|
||||
'@nuxtjs/tailwindcss'
|
||||
]
|
||||
})
|
Reference in New Issue
Block a user