mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-05-15 03:25:40 +08:00
add tailwind
This commit is contained in:
Binary file not shown.
@@ -2,5 +2,5 @@
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2025-07-15',
|
||||
devtools: { enabled: true },
|
||||
modules: ['vuetify-nuxt-module']
|
||||
modules: ['vuetify-nuxt-module', '@nuxtjs/tailwindcss']
|
||||
})
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user