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:
Khafid Prayoga
2025-08-26 17:05:08 +07:00
parent 153c171a3b
commit 04b87733d5
12 changed files with 867 additions and 384 deletions
+21
View File
@@ -95,3 +95,24 @@ The basic git workflow follows these steps:
- Example: `feat: add new feature`
4. Push your changes to `dev`
5. Create a pull request from `dev` to `main`
ini yang pakai reka tadi (kemajuan wkwkw)
{
"$schema": "https://shadcn-vue.com/schema.json",
"style": "new-york",
"typescript": true,
"tailwind": {
"config": "",
"css": "app/assets/css/tailwind.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "~/components/pub",
"composables": "~/composables",
"utils": "~/lib/utils",
"ui": "~/components/pub/ui",
"lib": "~/lib"
},
"iconLibrary": "lucide"
}