mirror of
https://github.com/versia-pub/frontend.git
synced 2026-06-14 07:29:15 +02:00
refactor: ♻️ Initiate shadcn/ui refactor
This commit is contained in:
parent
73bfbcf252
commit
a7b570905a
9 changed files with 188 additions and 4 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue