refactor: ♻️ Initiate shadcn/ui refactor

This commit is contained in:
Jesse Wierzbinski 2024-11-29 22:39:42 +01:00
parent 73bfbcf252
commit a7b570905a
No known key found for this signature in database
9 changed files with 188 additions and 4 deletions

View file

@ -8,6 +8,8 @@ export default defineNuxtConfig({
"@vee-validate/nuxt",
"nuxt-security",
"@vite-pwa/nuxt",
"shadcn-nuxt",
"@nuxtjs/color-mode",
],
vue: {
compilerOptions: {
@ -20,6 +22,9 @@ export default defineNuxtConfig({
future: {
compatibilityVersion: 4,
},
shadcn: {
componentDir: "./components/ui",
},
compatibilityDate: "2024-11-05",
pwa: {
manifest: {