add tailwind

This commit is contained in:
itsrubberduck
2025-09-14 21:10:30 +02:00
parent e91c3c6aa9
commit 8f5e87b1f2
4 changed files with 1083 additions and 34 deletions

Binary file not shown.

View File

@@ -2,5 +2,5 @@
export default defineNuxtConfig({
compatibilityDate: '2025-07-15',
devtools: { enabled: true },
modules: ['vuetify-nuxt-module']
modules: ['vuetify-nuxt-module', '@nuxtjs/tailwindcss']
})

View File

@@ -10,6 +10,7 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxtjs/tailwindcss": "6.14.0",
"dotenv": "^17.2.2",
"nuxt": "^4.1.1",
"openai": "^5.20.2",

1114
yarn.lock

File diff suppressed because it is too large Load Diff