14 lines
248 B
JSON
14 lines
248 B
JSON
{
|
|
"style": "new-york",
|
|
"tailwind": {
|
|
"config": "tailwind.config.ts",
|
|
"css": "src/app/globals.css",
|
|
"baseColor": "zinc",
|
|
"cssVariables": true
|
|
},
|
|
"aliases": {
|
|
"utils": "~/lib/utils",
|
|
"components": "~/components"
|
|
}
|
|
}
|