build: add vscode launch config and tailwind config
Add launch configuration for Chrome debugging in VSCode and set up TailwindCSS configuration with animations and theme customization
This commit is contained in:
+6
-8
@@ -1,20 +1,18 @@
|
||||
{
|
||||
"$schema": "https://shadcn-vue.com/schema.json",
|
||||
"$schema": "https://radix.shadcn-vue.com/schema.json",
|
||||
"style": "new-york",
|
||||
"typescript": true,
|
||||
"tsConfigPath": ".nuxt/tsconfig.json",
|
||||
"tailwind": {
|
||||
"config": "",
|
||||
"config": "tailwind.config.ts",
|
||||
"css": "app/assets/css/main.css",
|
||||
"baseColor": "neutral",
|
||||
"cssVariables": true,
|
||||
"prefix": ""
|
||||
},
|
||||
"framework": "nuxt",
|
||||
"aliases": {
|
||||
"components": "~/components/pub",
|
||||
"composables": "~/composables",
|
||||
"utils": "~/lib/utils",
|
||||
"ui": "~/components/pub/ui",
|
||||
"lib": "~/lib"
|
||||
},
|
||||
"iconLibrary": "lucide"
|
||||
"utils": "~/lib/utils"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user